Skip to content

Commit 9ad8c26

Browse files
committed
Clean up package.json
1 parent 5ce1ef3 commit 9ad8c26

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"all": true
6060
},
6161
"scripts": {
62-
"test": "npm run lint && NODE_ENV=test node_modules/.bin/nyc node_modules/.bin/mocha",
62+
"test": "npm run lint && NODE_ENV=test nyc mocha",
6363
"prepare": "npm test && npm run build",
64-
"lint": "node_modules/.bin/tslint -c tslint.json -p tsconfig.json",
65-
"docs": "./node_modules/.bin/typedoc --mode file --excludePrivate --hideGenerator --excludeExternals --target ES5 --out docs/ --name 'Postcode.js' --theme minimal lib/",
66-
"build": "./node_modules/.bin/tsc",
64+
"lint": "tslint -c tslint.json -p tsconfig.json",
65+
"docs": "typedoc --mode file --excludePrivate --hideGenerator --excludeExternals --target ES5 --out docs/ --name 'Postcode.js' --theme minimal lib/",
66+
"build": "tsc",
6767
"benchmark": "npm run build && node benchmark.js",
68-
"coverage": "node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls || true"
68+
"coverage": "nyc report --reporter=text-lcov | coveralls || true"
6969
},
7070
"repository": {
7171
"type": "git",

0 commit comments

Comments
 (0)