Skip to content

Commit

Permalink
Ensure bundled dependencies are staged cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Oct 30, 2015
1 parent 0f3823d commit 1f25d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -33,6 +33,7 @@ before_install:
- source ~/.nvm/nvm.sh
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION
- npm install -g npm@latest
- node --version
- npm --version
- nvm --version
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -15,6 +15,7 @@
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"prepublish": "if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe",
"test": "tap ./test"
},
"binary": {
Expand Down

0 comments on commit 1f25d4c

Please sign in to comment.