Skip to content

Commit

Permalink
#29 fixed minor issue with publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Apr 13, 2015
1 parent 4beccb8 commit 5b2497a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"main": "./src/lib/index.js",
"scripts": {
"test": "make test",
"prepublish": "npm run publish:do",
"publish": "npm run publish:do",
"publish:do": "npm shrinkwrap && npm publish && rm npm-shrinkwrap.json",
"coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | node ./node_modules/coveralls/bin/coveralls.js"
},
Expand Down

0 comments on commit 5b2497a

Please sign in to comment.