Skip to content

Commit 489544a

Browse files
committed
Move @types/commander to devDependencies
1 parent d1e8964 commit 489544a

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
@@ -22,6 +22,7 @@
2222
"build"
2323
],
2424
"devDependencies": {
25+
"@types/commander": "^2.12.2",
2526
"@types/lodash": "^4.14.116",
2627
"@types/node": "^10.7.1",
2728
"pkg": "^4.3.4",
@@ -30,7 +31,6 @@
3031
"typescript": "^3.0.1"
3132
},
3233
"dependencies": {
33-
"@types/commander": "^2.12.2",
3434
"codechain-keystore": "git://github.com/CodeChain-io/codechain-keystore.git#f73dd07519db41a04dd9d34718ba4dc795607801",
3535
"codechain-sdk": "^0.1.0-alpha.21.rc1",
3636
"commander": "^2.17.1",

0 commit comments

Comments
 (0)