Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Dec 24, 2016
1 parent a952dff commit 5b5f795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "skyring",
"version": "1.0.4",
"version": "1.0.5",
"description": "Distributed timers as a service",
"main": "index.js",
"bin": {
"skyring": "./bin/skyring.js"
},
"scripts": {
"test": "mocha ./test/**/*.spec.js",
"test:ci":"docker-compose -f compose/test.yml up --abort-on-container-exit",
"posttest:ci":"docker-compose -f compose/test.yml down",
"test:ci": "docker-compose -f compose/test.yml up --abort-on-container-exit",
"posttest:ci": "docker-compose -f compose/test.yml down",
"compose:up": "docker-compose -f compose/dev.yml up --build ",
"compose:down": "docker-compose -f compose/dev.yml down"
},
Expand Down

0 comments on commit 5b5f795

Please sign in to comment.