Skip to content

Commit

Permalink
Merge pull request #847 from phase2/bugfix/adding_file_extensions_to_bin
Browse files Browse the repository at this point in the history
Adding the file types to the bin entries
  • Loading branch information
mealeyst authored Jun 16, 2020
2 parents d86003b + 30a1ebe commit 6e0d54d
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 6e0d54d

Please sign in to comment.