2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-05-17 04:19:36 +03:00

Update package.json

This commit is contained in:
Randall Wilk
2017-08-17 23:41:16 -05:00
parent 8b94948e1d
commit d3dfdb7e91
+10 -1
View File
@@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "A simple vue context menu component.",
"main": "index.vue",
"repository": {
"type": "git",
"url": "https://github.com/rawilk/vue-context"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development webpack --progress",
@@ -35,5 +39,10 @@
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.5"
}
},
"files": [
"index.vue",
"package.json",
"README.md"
]
}