From 14836b1a463b3195c52d3596b7125dc4705469cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20Cot=C3=A9?= Date: Wed, 11 Oct 2017 11:34:16 -0400 Subject: [PATCH] remove old browserify configuration (fixes #173) --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index 31ededc..e724537 100644 --- a/package.json +++ b/package.json @@ -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"