Skip to content

Commit 2d21138

Browse files
committed
[CIRCLE_CI]: nyc moved from devDependencies to dependencies
1 parent 6a8c414 commit 2d21138

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
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",
@@ -24,7 +25,6 @@
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"
@@ -56,7 +56,7 @@
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"

0 commit comments

Comments
 (0)