2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

update package.json

This commit is contained in:
Jeff
2019-05-05 14:57:03 -07:00
parent 7b70b966ff
commit af391aac36
+7
View File
@@ -5,6 +5,10 @@
"author": "Jeff Sagal <sagalbot@gmail.com>",
"private": false,
"main": "dist/vue-select.js",
"files": [
"dist",
"src"
],
"license": "MIT",
"scripts": {
"serve": "webpack-dev-server --config build/webpack.dev.conf.js --hot --progress -d",
@@ -18,6 +22,9 @@
"type": "git",
"url": "https://github.com/sagalbot/vue-select.git"
},
"bugs": {
"url": "https://github.com/sagalbot/vue-select/issues"
},
"peerDependencies": {
"vue": "2.x"
},