Skip to content

Commit

Permalink
add npm ignore and prepublish step
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 8, 2014
1 parent 43685ba commit 669a3d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .npmignore
@@ -0,0 +1,12 @@
.gitignore
.npmignore
node_modules
lib/binding
build
test
benchmark
configure
Makefile
scripts
.travis.yml
examples
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -26,6 +26,7 @@
},
"engines" : { "node": ">= 0.6.13 < 0.11.0" },
"scripts" : {
"prepublish" : "npm install node-pre-gyp",
"test" : "mocha -R spec",
"install" : "node-pre-gyp install --fallback-to-build"
},
Expand Down

0 comments on commit 669a3d3

Please sign in to comment.