Skip to content

Commit 2e255e4

Browse files
committed
move some deps to dev section
1 parent ad53d2b commit 2e255e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mpc-hc-control",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Lib for control Media Player Classic - Home Cinema via HTTP API",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -22,9 +22,13 @@
2222
],
2323
"author": "rzcoder",
2424
"license": "MIT",
25-
"dependencies": {
25+
26+
"devDependencies": {
2627
"@types/lodash": "^4.14.112",
2728
"@types/node": "^10.5.2",
29+
},
30+
31+
"dependencies": {
2832
"axios": "^0.18.0",
2933
"lodash": "^4.17.10"
3034
}

0 commit comments

Comments
 (0)