From 5c5ccac781f2eba9c865a7d55c5270f6fbf498b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Tozatti=20Risso?= <jvtr12@inf.ufpr.br> Date: Fri, 2 Sep 2016 14:26:47 -0300 Subject: [PATCH] Move mocha, chai and chai-http from devDependencies to dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Victor Tozatti Risso <jvtr12@inf.ufpr.br> --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8739650a..abc0c116 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ "dependencies": { "apicache": "0.0.14", "body-parser": "^1.13.1", + "chai": "^3.5.0", + "chai-http": "^3.0.0", "cookie-parser": "^1.3.5", "cors": "^2.7.1", "csv-express": "^1.1.0", @@ -20,6 +22,7 @@ "forever": "^0.15.2", "js2xmlparser": "^1.0.0", "method-override": "^2.3.3", + "mocha": "^2.5.3", "monetdb-pool": "0.0.8", "nconf": "^0.6.x", "squel": "^5.4.2", @@ -33,8 +36,6 @@ "babel-register": "^6.14.0", "babelify": "^7.3.0", "browserify": "^13.1.0", - "chai": "^3.5.0", - "chai-http": "^3.0.0", "eslint": "^3.3.1", "eslint-config-airbnb": "^10.0.1", "eslint-plugin-import": "^1.13.0", @@ -43,7 +44,6 @@ "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-cli": "^1.2.2", - "gulp-eslint": "^3.0.1", - "mocha": "^2.5.3" + "gulp-eslint": "^3.0.1" } } -- GitLab