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

Merge pull request #339 from cotej/master

remove old browserify configuration (fixes #173)
This commit is contained in:
Jeff
2017-10-11 10:03:37 -07:00
committed by GitHub
-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"