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

remove old browserify configuration (fixes #173)

This commit is contained in:
Jason Coté
2017-10-11 11:34:16 -04:00
parent 70b6c1289a
commit 14836b1a46
-6
View File
@@ -15,12 +15,6 @@
"test": "karma start test/unit/karma.conf.js --single-run",
"test-watch": "karma start test/unit/karma.conf.js --single-run=false --auto-watch=true"
},
"browserify": {
"transform": [
"vueify",
"babelify"
]
},
"repository": {
"type": "git",
"url": "https://github.com/sagalbot/vue-select.git"