Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Few dependencies were in devDependencies, which made it impossible to build with `yarn --production`
  • Loading branch information
satya164 committed Apr 11, 2017
1 parent d32bc5b commit 628eb3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,11 +16,13 @@
],
"dependencies": {
"backo2": "1.0.2",
"base64-arraybuffer": "0.1.5",
"component-bind": "1.0.0",
"component-emitter": "1.2.1",
"debug": "2.3.3",
"engine.io-client": "2.0.2",
"has-binary": "0.1.7",
"has-cors": "1.1.0",
"indexof": "0.0.1",
"object-component": "0.0.3",
"parseuri": "0.0.5",
Expand All @@ -32,7 +34,6 @@
"babel-eslint": "4.1.7",
"babel-loader": "6.2.1",
"babel-preset-es2015": "6.3.13",
"base64-arraybuffer": "0.1.5",
"concat-stream": "1.5.1",
"derequire": "2.0.3",
"eslint-config-standard": "4.4.0",
Expand All @@ -44,7 +45,6 @@
"gulp-istanbul": "0.10.3",
"gulp-mocha": "2.2.0",
"gulp-task-listing": "1.0.1",
"has-cors": "1.1.0",
"imports-loader": "^0.6.5",
"istanbul": "0.4.2",
"mocha": "2.3.4",
Expand Down

0 comments on commit 628eb3b

Please sign in to comment.