Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit b40385b

Browse files
author
Irfan Maulana
committed
move Vue as dependencies
1 parent 9af83a8 commit b40385b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue2-simplert-plugin",
33
"description": "Vue2-Simplert as Vue.js Plugins",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"license": "MIT",
66
"author": "Irfan Maulana (https://github.com/mazipan/)",
77
"private": false,
@@ -38,6 +38,7 @@
3838
"vue popup"
3939
],
4040
"dependencies": {
41+
"vue": "^2.5.17",
4142
"vue2-simplert-core": "1.0.3"
4243
},
4344
"devDependencies": {
@@ -65,7 +66,6 @@
6566
"optimize-css-assets-webpack-plugin": "^5.0.1",
6667
"rimraf": "^2.6.2",
6768
"sass-loader": "^7.1.0",
68-
"vue": "^2.5.17",
6969
"vue-highlightjs": "1.3.3",
7070
"vue-ionicons": "^1.1.3",
7171
"vue-loader": "^15.4.2",

0 commit comments

Comments
 (0)