Skip to content

Commit

Permalink
Finish v0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Dec 30, 2015
2 parents 13ed0b2 + 1983f5a commit 9ee2ecf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joola",
"preferGlobal": true,
"version": "0.8.17",
"version": "0.8.18",
"author": "Joola <info@joo.la>",
"description": "Custom data analytics solution built for today's market needs and scale.",
"private": false,
Expand Down 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.bak": "npm shrinkwrap",
"postpublish.bak": "rm npm-shrinkwrap.json",
"prepublish": "npm shrinkwrap",
"postpublish": "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 Expand Up @@ -107,8 +107,8 @@
"graph"
],
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.14.1",
"async": "^1.5.0",
"body-parser": "^1.14.2",
"bunyan": "^1.5.1",
"bunyan-format": "^0.2.1",
"bunyan-loggly": "^0.0.5",
Expand All @@ -119,7 +119,7 @@
"config": "1.12.0",
"connect": "^3.4.0",
"connect-restreamer": "^1.0.3",
"deep-diff": "^0.3.2",
"deep-diff": "^0.3.3",
"deep-equal": "^1.0.1",
"describe-json": "^0.0.6",
"eventemitter2": "*",
Expand All @@ -132,8 +132,8 @@
"joola.datastore-embedded": "^0.0.3",
"joola.datastore-mongodb": "^0.0.15",
"joola.sdk": "^0.8.10",
"js-yaml": "^3.4.2",
"json-prune": "^1.0.0",
"js-yaml": "^3.4.6",
"json-prune": "^1.0.1",
"kindof": "^1.0.0",
"localeval": "^15.2.3",
"node-zookeeper-client": "^0.2.2",
Expand Down

0 comments on commit 9ee2ecf

Please sign in to comment.