Skip to content

Commit

Permalink
Added cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliufdmg committed Dec 16, 2021
1 parent 343565f commit 7e8d485
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ src
*.d.ts
*.map
CONTRIBUTING.md
modifyPackageJson.js
README.md
SECURITY.md
tsconfig.json
Expand Down
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
require("dist/app.js");
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "dist/app.js",
"preferGlobal": true,
"bin": {
"fiu": "dist/app.js",
"fdmg-imgix-upload": "dist/app.js"
"fiu": "cli.js",
"fdmg-imgix-upload": "cli.js"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7e8d485

Please sign in to comment.