Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
chore(npm): remove relative path from script invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
EternalDeiwos committed Aug 25, 2017
1 parent 526ba62 commit 7821dd6
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 @@ -4,9 +4,9 @@
"description": "JSON Web Key for JavaScript",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/nyc ./node_modules/.bin/_mocha test",
"jsdoc": "./node_modules/.bin/jsdoc -c jsdoc.json -r",
"coverage": "./node_modules/.bin/nyc --reporter=lcov ./node_modules/.bin/_mocha test"
"test": "nyc _mocha test",
"jsdoc": "jsdoc -c jsdoc.json -r",
"coverage": "nyc --reporter=lcov _mocha test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7821dd6

Please sign in to comment.