Skip to content

Commit 628eb3b

Browse files
authored
Fix dependencies
Few dependencies were in devDependencies, which made it impossible to build with `yarn --production`
1 parent d32bc5b commit 628eb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
],
1717
"dependencies": {
1818
"backo2": "1.0.2",
19+
"base64-arraybuffer": "0.1.5",
1920
"component-bind": "1.0.0",
2021
"component-emitter": "1.2.1",
2122
"debug": "2.3.3",
2223
"engine.io-client": "2.0.2",
2324
"has-binary": "0.1.7",
25+
"has-cors": "1.1.0",
2426
"indexof": "0.0.1",
2527
"object-component": "0.0.3",
2628
"parseuri": "0.0.5",
@@ -32,7 +34,6 @@
3234
"babel-eslint": "4.1.7",
3335
"babel-loader": "6.2.1",
3436
"babel-preset-es2015": "6.3.13",
35-
"base64-arraybuffer": "0.1.5",
3637
"concat-stream": "1.5.1",
3738
"derequire": "2.0.3",
3839
"eslint-config-standard": "4.4.0",
@@ -44,7 +45,6 @@
4445
"gulp-istanbul": "0.10.3",
4546
"gulp-mocha": "2.2.0",
4647
"gulp-task-listing": "1.0.1",
47-
"has-cors": "1.1.0",
4848
"imports-loader": "^0.6.5",
4949
"istanbul": "0.4.2",
5050
"mocha": "2.3.4",

0 commit comments

Comments
 (0)