2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-17 08:30:32 +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", "name": "vue-context",
"version": "2.0.0", "version": "2.0.1",
"description": "A simple vue context menu component.", "description": "A simple vue context menu component.",
"main": "index.vue", "main": "index.vue",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/rawilk/vue-context" "url": "https://github.com/rawilk/vue-context"
}, },
"scripts": { "scripts": {
"dev": "npm run development", "dev": "npm run development",
@@ -41,8 +41,8 @@
"webpack": "^3.5.5" "webpack": "^3.5.5"
}, },
"files": [ "files": [
"index.vue", "index.vue",
"package.json", "package.json",
"README.md" "README.md"
] ]
} }