2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

- bump version to 2.0

- add vue 2.x as a peer dependency
- update readme for v2.0
This commit is contained in:
Jeff Sagal
2017-02-03 10:51:23 -08:00
parent c57957c09e
commit d262f6b48a
2 changed files with 21 additions and 176 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-select",
"version": "2.0.0-alpha",
"version": "2.0.0",
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
"author": "Jeff Sagal <sagalbot@gmail.com>",
"private": false,
@@ -24,6 +24,9 @@
"type": "git",
"url": "https://github.com/sagalbot/vue-select.git"
},
"peerDependencies": {
"vue": "~1.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",