Skip to content

Commit 63654ff

Browse files
author
TitanSnow
committed
move vue to devDependencies and peerDependencies
1 parent 4a7b9a0 commit 63654ff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"highlight.js": "^9.12.0",
2424
"katex": "^0.9.0",
2525
"lodash": "^4.17.4",
26-
"markdown-it": "^8.4.1",
27-
"vue": "^2.5.11"
26+
"markdown-it": "^8.4.1"
2827
},
2928
"devDependencies": {
3029
"@babel/plugin-syntax-jsx": "^7.0.0-beta.53",
@@ -42,6 +41,10 @@
4241
"rollup-plugin-vue": "^4.3.1",
4342
"stylus": "^0.54.5",
4443
"stylus-loader": "^3.0.2",
44+
"vue": "^2.5.11",
4545
"vue-template-compiler": "^2.5.16"
46+
},
47+
"peerDependencies": {
48+
"vue": "^2.5.11"
4649
}
4750
}

0 commit comments

Comments
 (0)