Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Add .js extension to Sagui bin script in attempt to fix Windows sup…
Browse files Browse the repository at this point in the history
…port 🐛
  • Loading branch information
pirelenito committed Jul 3, 2016
1 parent 5a854e5 commit c7518c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:unit": "mocha --timeout 0 --compilers js:babel-register --recursive --reporter spec --fgrep [integration] --invert ./src",
"test:unit:watch": "npm run test:unit -- --watch",
"prepublish": "not-in-install && npm prune && npm test && npm run build || in-install",
"postinstall": "./bin/sagui install"
"postinstall": "./bin/sagui.js install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c7518c9

Please sign in to comment.