Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 16, 2012
1 parent 8435087 commit 0e9ac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -86,7 +86,7 @@
},
"scripts": {
"test": "node ./test/run.js",
"prepublish": "rm -rf node_modules/*/{test,example,bench}*; make -j4 doc",
"prepublish": "npm prune; rm -rf node_modules/*/{test,example,bench}*; make -j4 doc",
"dumpconf": "env | grep npm | sort | uniq"
},
"licenses": [
Expand Down

0 comments on commit 0e9ac8f

Please sign in to comment.