File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 "@oclif/config" : " ^1.13.3" ,
1313 "@oclif/plugin-help" : " ^2.2.1" ,
1414 "jshashes" : " ^1.0.7" ,
15- "tslib" : " ^1.10.0"
15+ "tslib" : " ^1.10.0" ,
16+ "nyc" : " ^13.3.0"
1617 },
1718 "devDependencies" : {
1819 "@oclif/dev-cli" : " ^1.22.2" ,
2425 "chai" : " ^4.2.0" ,
2526 "globby" : " ^10.0.1" ,
2627 "mocha" : " ^5.2.0" ,
27- "nyc" : " ^13.3.0" ,
2828 "ts-node" : " ^8.4.1" ,
2929 "tslint" : " ^5.20.0" ,
3030 "typescript" : " ^3.6.4"
5656 "postpack" : " rm -f oclif.manifest.json" ,
5757 "posttest" : " tslint -p test -t stylish" ,
5858 "prepack" : " rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme" ,
59- "test" : " node_modules/.bin/ nyc --extension .ts mocha --forbid-only \" test/**/*.test.ts\" " ,
59+ "test" : " nyc --extension .ts mocha --forbid-only \" test/**/*.test.ts\" " ,
6060 "version" : " oclif-dev readme && git add README.md"
6161 },
6262 "types" : " lib/index.d.ts"
You can’t perform that action at this time.
0 commit comments