Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Osher E committed Nov 21, 2017
1 parent 67dc830 commit 95bcb1a
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
@@ -1,6 +1,6 @@
{
"name": "mock-web-server",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"main": "lib",
"dependencies": {
Expand All @@ -25,7 +25,7 @@
},
"scripts": {
"test": "mocha",
"posttest" : "npm run cover",
"posttest": "npm run cover",
"prepush": "mocha",
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot && cat coverage/lcov.info | coveralls --verbose"
Expand Down

0 comments on commit 95bcb1a

Please sign in to comment.