2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +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>", "author": "Jeff Sagal <sagalbot@gmail.com>",
"private": false, "private": false,
"main": "dist/vue-select.js", "main": "dist/vue-select.js",
"files": [
"dist",
"src"
],
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"serve": "webpack-dev-server --config build/webpack.dev.conf.js --hot --progress -d", "serve": "webpack-dev-server --config build/webpack.dev.conf.js --hot --progress -d",
@@ -18,6 +22,9 @@
"type": "git", "type": "git",
"url": "https://github.com/sagalbot/vue-select.git" "url": "https://github.com/sagalbot/vue-select.git"
}, },
"bugs": {
"url": "https://github.com/sagalbot/vue-select/issues"
},
"peerDependencies": { "peerDependencies": {
"vue": "2.x" "vue": "2.x"
}, },