File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments