Skip to content

Commit

Permalink
Adding the file types to the bin entries
Browse files Browse the repository at this point in the history
Adding the `.js` file extensions to the `bin` entries so that `npm link`
won't complain and you can then run the command with a simple
`particle-cli create`
  • Loading branch information
mealeyst committed Jun 16, 2020
1 parent d86003b commit 30a1ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified packages/particle-cli/bin/particle-cli.js
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions packages/particle-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"init"
],
"bin": {
"@phase2/particle-cli": "bin/particle-cli",
"particle-cli": "bin/particle-cli"
"@phase2/particle-cli": "bin/particle-cli.js",
"particle-cli": "bin/particle-cli.js"
},
"homepage": "https://github.com/phase2/particle#readme",
"repository": {
Expand Down

0 comments on commit 30a1ebe

Please sign in to comment.