Skip to content

Commit

Permalink
#727 resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Aug 30, 2015
2 parents 586eace + 1759b3e commit 60668c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"test:api": "(killall node || true) && redis-cli flushall && NODE_CONFIG_DIR=$(pwd)/test/config NODE_ENV=apiary npm run start:detached && sleep 2 && dredd ./apiary.apib http://localhost:8080",
"preinstall": "(build/scripts/preinstall.sh || true)",
"postinstall": "(build/scripts/postinstall.sh || true)",
"prepublish": "npm shrinkwrap",
"postpublish": "rm npm-shrinkwrap.json",
"prepublish.bak": "npm shrinkwrap",
"postpublish.bak": "rm npm-shrinkwrap.json",
"publish:patch": "npm run prepublish && npm version patch --git-tag-version=false --sign-git-tag=true -m \"Version bumped to %s\" && npm run publish:do",
"publish:minor": "npm run prepublish && npm version minor --git-tag-version=false --sign-git-tag=true -m \"Version bumped to %s\" && npm run publish:do",
"publish:major": "npm run prepublish && npm version major --git-tag-version=false --sign-git-tag=true -m \"Version bumped to %s\" && npm run publish:do",
Expand Down

0 comments on commit 60668c1

Please sign in to comment.