Skip to content

Commit 21782ae

Browse files
authored
Merge pull request #106 from leapfrogtechnology/move-dependencies
Move @istanbuljs/nyc-config-typescript to dev dependencies
2 parents 44ac003 + 45bc048 commit 21782ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"format:check": "prettier --check . '**/*.{ts,js,md,yaml,json}'"
5252
},
5353
"dependencies": {
54-
"@istanbuljs/nyc-config-typescript": "^1.0.1",
5554
"@oclif/command": "^1",
5655
"@oclif/config": "^1",
5756
"@oclif/plugin-help": "^2",
@@ -65,6 +64,7 @@
6564
"yamljs": "^0.3.0"
6665
},
6766
"devDependencies": {
67+
"@istanbuljs/nyc-config-typescript": "^1.0.1",
6868
"@oclif/test": "^1",
6969
"@oclif/tslint": "^3",
7070
"@types/chai": "^4.2.7",

0 commit comments

Comments
 (0)