Skip to content

Commit

Permalink
Merge pull request paulmillr#99 from strongloop/fix-97
Browse files Browse the repository at this point in the history
Ensure bundled dependencies are staged cleanly
  • Loading branch information
es128 committed Nov 3, 2015
2 parents 0f3823d + 1f25d4c commit c917be8
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 c917be8

Please sign in to comment.