Skip to content

Commit 94e3e53

Browse files
author
Damian Dulisz
committed
Fix for browserify, less strict dependencies.
1 parent 62f7892 commit 94e3e53

File tree

1 file changed

+60
-59
lines changed

1 file changed

+60
-59
lines changed

package.json

Lines changed: 60 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-multiselect",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Multiselect component for vue.js",
55
"author": "Damian Dulisz <damian.dulisz@monterail.com>",
66
"private": false,
@@ -23,65 +23,66 @@
2323
"unit-watch": "karma start test/unit/karma.conf.js --watch",
2424
"lint": "eslint --ext .js,.vue src test/unit/specs"
2525
},
26-
"dependencies": {
27-
"vue": "1.0.21",
28-
"babel-runtime": "5.8.38"
26+
"browserify": {
27+
"transform": ["vueify", "babelify"]
2928
},
3029
"devDependencies": {
31-
"babel-core": "6.7.7",
32-
"babel-loader": "6.2.4",
33-
"babel-plugin-transform-runtime": "6.7.5",
34-
"babel-preset-es2015": "6.6.0",
35-
"babel-preset-stage-2": "6.5.0",
36-
"chai": "3.5.0",
37-
"connect-history-api-fallback": "1.1.0",
38-
"cross-spawn": "2.1.5",
39-
"css-loader": "0.23.0",
40-
"eslint": "2.0.0",
41-
"eslint-config-standard": "5.1.0",
42-
"eslint-friendly-formatter": "1.2.2",
43-
"eslint-loader": "1.3.0",
44-
"eslint-plugin-html": "1.3.0",
45-
"eslint-plugin-promise": "1.0.8",
46-
"eslint-plugin-standard": "1.3.2",
47-
"eventsource-polyfill": "0.9.6",
48-
"express": "4.13.3",
49-
"extract-text-webpack-plugin": "1.0.1",
50-
"file-loader": "0.8.4",
51-
"function-bind": "1.0.2",
52-
"html-webpack-plugin": "2.8.1",
53-
"http-proxy-middleware": "0.12.0",
54-
"inject-loader": "2.0.1",
55-
"isparta-loader": "2.0.0",
56-
"jade": "1.11.0",
57-
"json-loader": "0.5.4",
58-
"karma": "0.13.19",
59-
"karma-coverage": "0.5.5",
60-
"karma-mocha": "0.2.2",
61-
"karma-phantomjs-launcher": "1.0.0",
62-
"karma-sinon-chai": "1.2.0",
63-
"karma-sourcemap-loader": "0.3.7",
64-
"karma-spec-reporter": "0.0.24",
65-
"karma-webpack": "1.7.0",
66-
"lolex": "1.4.0",
67-
"mocha": "2.4.5",
68-
"nightwatch": "0.8.18",
69-
"node-sass": "3.4.2",
70-
"ora": "0.2.0",
71-
"phantomjs-prebuilt": "2.1.3",
72-
"sass-loader": "3.2.0",
73-
"selenium-server": "2.53.0",
74-
"shelljs": "0.6.0",
75-
"sinon": "1.17.3",
76-
"sinon-chai": "2.8.0",
77-
"url-loader": "0.5.7",
78-
"vue-hot-reload-api": "1.2.0",
79-
"vue-html-loader": "1.0.0",
80-
"vue-loader": "8.2.1",
81-
"vue-style-loader": "1.0.0",
82-
"webpack": "1.13.0",
83-
"webpack-dev-middleware": "1.4.0",
84-
"webpack-hot-middleware": "2.6.0",
85-
"webpack-merge": "0.8.3"
30+
"babel-core": "^6.7.7",
31+
"babel-loader": "^6.2.4",
32+
"babel-plugin-transform-runtime": "^6.7.5",
33+
"babel-preset-es2015": "^6.6.0",
34+
"babel-preset-stage-2": "^6.5.0",
35+
"babel-runtime": "^6.0.0",
36+
"chai": "^3.5.0",
37+
"connect-history-api-fallback": "^1.1.0",
38+
"cross-spawn": "^2.1.5",
39+
"css-loader": "^0.23.0",
40+
"eslint": "^2.0.0",
41+
"eslint-config-standard": "^5.1.0",
42+
"eslint-friendly-formatter": "^1.2.2",
43+
"eslint-loader": "^1.3.0",
44+
"eslint-plugin-html": "^1.3.0",
45+
"eslint-plugin-promise": "^1.0.8",
46+
"eslint-plugin-standard": "^1.3.2",
47+
"eventsource-polyfill": "^0.9.6",
48+
"express": "^4.13.3",
49+
"extract-text-webpack-plugin": "^1.0.1",
50+
"file-loader": "^0.8.4",
51+
"function-bind": "^1.0.2",
52+
"html-webpack-plugin": "^2.8.1",
53+
"http-proxy-middleware": "^0.12.0",
54+
"inject-loader": "^2.0.1",
55+
"isparta-loader": "^2.0.0",
56+
"jade": "^1.11.0",
57+
"json-loader": "^0.5.4",
58+
"karma": "^0.13.19",
59+
"karma-coverage": "^0.5.5",
60+
"karma-mocha": "^0.2.2",
61+
"karma-phantomjs-launcher": "^1.0.0",
62+
"karma-sinon-chai": "^1.2.0",
63+
"karma-sourcemap-loader": "^0.3.7",
64+
"karma-spec-reporter": "^0.0.24",
65+
"karma-webpack": "^1.7.0",
66+
"lolex": "^1.4.0",
67+
"mocha": "^2.4.5",
68+
"nightwatch": "^0.8.18",
69+
"node-sass": "^3.4.2",
70+
"ora": "^0.2.0",
71+
"phantomjs-prebuilt": "^2.1.3",
72+
"sass-loader": "^3.2.0",
73+
"selenium-server": "^2.53.0",
74+
"shelljs": "^0.6.0",
75+
"sinon": "^1.17.3",
76+
"sinon-chai": "^2.8.0",
77+
"url-loader": "^0.5.7",
78+
"vue": "^1.0.21",
79+
"vue-hot-reload-api": "^1.2.0",
80+
"vue-html-loader": "^1.0.0",
81+
"vue-loader": "^8.2.1",
82+
"vue-style-loader": "^1.0.0",
83+
"webpack": "^1.13.0",
84+
"webpack-dev-middleware": "^1.4.0",
85+
"webpack-hot-middleware": "^2.6.0",
86+
"webpack-merge": "^0.8.3"
8687
}
8788
}

0 commit comments

Comments
 (0)