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

Commit efced1d

Browse files
author
Irfan Maulana
committed
v5.0.2
1 parent b40385b commit efced1d

File tree

4 files changed

+658
-4
lines changed

4 files changed

+658
-4
lines changed

package.json

Lines changed: 4 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.1",
4+
"version": "0.5.2",
55
"license": "MIT",
66
"author": "Irfan Maulana (https://github.com/mazipan/)",
77
"private": false,
@@ -38,9 +38,11 @@
3838
"vue popup"
3939
],
4040
"dependencies": {
41-
"vue": "^2.5.17",
4241
"vue2-simplert-core": "1.0.3"
4342
},
43+
"peerDependencies": {
44+
"vue": "^2.5.17"
45+
},
4446
"devDependencies": {
4547
"@babel/core": "^7.1.2",
4648
"@babel/preset-env": "^7.1.0",

0 commit comments

Comments
 (0)