From 628eb3bcb009f98546513d759e9dd577c412c904 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Tue, 11 Apr 2017 17:53:22 +0530 Subject: [PATCH] Fix dependencies Few dependencies were in devDependencies, which made it impossible to build with `yarn --production` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd9d387a..33b6a154 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",