Skip to content

Commit

Permalink
fix: add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Jan 29, 2024
1 parent 985c2a7 commit 64e7807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/magefront/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magefront",
"version": "2.1.0",
"version": "2.1.1",
"description": "A modern Magento 2 theme builder",
"keywords": [
"magefront",
Expand Down
1 change: 1 addition & 0 deletions packages/magefront/src/cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import process from 'node:process'
import sade from 'sade'
import winston from 'winston'
Expand Down

0 comments on commit 64e7807

Please sign in to comment.