Skip to content

Commit c4fcea6

Browse files
committed
Finish v0.8.14
2 parents e28c25b + e9361a1 commit c4fcea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "joola",
33
"preferGlobal": true,
4-
"version": "0.8.13",
4+
"version": "0.8.14",
55
"author": "Joola <info@joo.la>",
66
"description": "Custom data analytics solution built for today's market needs and scale.",
77
"private": false,
@@ -47,8 +47,8 @@
4747
"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",
4848
"preinstall": "(build/scripts/preinstall.sh || true)",
4949
"postinstall": "(build/scripts/postinstall.sh || true)",
50-
"prepublish": "npm shrinkwrap",
51-
"postpublish": "rm npm-shrinkwrap.json",
50+
"prepublish.bak": "npm shrinkwrap",
51+
"postpublish.bak": "rm npm-shrinkwrap.json",
5252
"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",
5353
"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",
5454
"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",

0 commit comments

Comments
 (0)