Skip to content

Commit

Permalink
Merge 5412a89 into 988b27c
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 9, 2017
2 parents 988b27c + 5412a89 commit 87340d9
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 @@ -8,7 +8,7 @@
"main": "dist/module.js",
"module": "src/ServiceKOA.js",
"scripts": {
"cover": "nyc npm test",
"cover": "nyc --temp-directory build/nyc npm test",
"test": "mocha tests/*-test.js",
"semantic-release": "semantic-release",
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md",
Expand Down Expand Up @@ -44,7 +44,7 @@
"supertest-as-promised": "^4.0.2",
"jsdoc-to-markdown": "^3.0.1",
"markdown-doctest": "^0.9.1",
"rollup": "^0.51.1",
"rollup": "^0.51.2",
"nyc": "^11.3.0"
},
"contributors": [
Expand Down

0 comments on commit 87340d9

Please sign in to comment.