2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-05-17 05:49:36 +03:00
This commit is contained in:
Randall Wilk
2017-08-18 20:23:42 -05:00
parent 4f8b4c79a2
commit 90bb7b67ff
+6 -6
View File
@@ -1,11 +1,11 @@
{
"name": "vue-context",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple vue context menu component.",
"main": "index.vue",
"repository": {
"type": "git",
"url": "https://github.com/rawilk/vue-context"
"type": "git",
"url": "https://github.com/rawilk/vue-context"
},
"scripts": {
"dev": "npm run development",
@@ -41,8 +41,8 @@
"webpack": "^3.5.5"
},
"files": [
"index.vue",
"package.json",
"README.md"
"index.vue",
"package.json",
"README.md"
]
}