Skip to content

Commit

Permalink
Install script: remove non portable shell code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierrotws committed Jan 30, 2015
1 parent 59f06e2 commit a01b59b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"coffee-script": "latest"
},
"scripts": {
"install": "(coffee -c index.coffee && node-gyp rebuild 2> builderror.log) || (exit 0)"
"preinstall": "coffee -c index.coffee",
"install": "node-gyp rebuild"
},
"author": {
"name": "Pierre Sauvage"
Expand Down

0 comments on commit a01b59b

Please sign in to comment.