Skip to content

Commit

Permalink
Merge pull request #92 from Kronos-Integration/template-sync-1
Browse files Browse the repository at this point in the history
merge package template from Kronos-Tools/npm-package-template
  • Loading branch information
arlac77 committed Jan 1, 2017
2 parents 9d33de6 + f677733 commit 7ea1426
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
Expand Up @@ -6,11 +6,11 @@
"kronos-interceptor"
],
"scripts": {
"cover": "npm run prepublish && node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js",
"test": "node_modules/.bin/mocha tests/*_test.js",
"cover": "npm run prepublish && istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js",
"test": "mocha tests/*_test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js > README.md",
"prepublish": "node_modules/rollup/bin/rollup --output=dist/index.js -c -- src/index.js",
"prepublish": "rollup --output=dist/index.js -c -- src/index.js",
"pretest": "npm run prepublish",
"posttest": "markdown-doctest"
},
Expand Down

0 comments on commit 7ea1426

Please sign in to comment.