Skip to content
Snippets Groups Projects
Commit 5c5ccac7 authored by João Victor Tozatti Risso's avatar João Victor Tozatti Risso
Browse files

Move mocha, chai and chai-http from devDependencies to dependencies

parent 24814ec5
No related branches found
No related tags found
1 merge request!7Refactor enrollments route to include query building
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
"dependencies": { "dependencies": {
"apicache": "0.0.14", "apicache": "0.0.14",
"body-parser": "^1.13.1", "body-parser": "^1.13.1",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"cookie-parser": "^1.3.5", "cookie-parser": "^1.3.5",
"cors": "^2.7.1", "cors": "^2.7.1",
"csv-express": "^1.1.0", "csv-express": "^1.1.0",
...@@ -20,6 +22,7 @@ ...@@ -20,6 +22,7 @@
"forever": "^0.15.2", "forever": "^0.15.2",
"js2xmlparser": "^1.0.0", "js2xmlparser": "^1.0.0",
"method-override": "^2.3.3", "method-override": "^2.3.3",
"mocha": "^2.5.3",
"monetdb-pool": "0.0.8", "monetdb-pool": "0.0.8",
"nconf": "^0.6.x", "nconf": "^0.6.x",
"squel": "^5.4.2", "squel": "^5.4.2",
...@@ -33,8 +36,6 @@ ...@@ -33,8 +36,6 @@
"babel-register": "^6.14.0", "babel-register": "^6.14.0",
"babelify": "^7.3.0", "babelify": "^7.3.0",
"browserify": "^13.1.0", "browserify": "^13.1.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"eslint": "^3.3.1", "eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1", "eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.13.0", "eslint-plugin-import": "^1.13.0",
...@@ -43,7 +44,6 @@ ...@@ -43,7 +44,6 @@
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-babel": "^6.1.2", "gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.2", "gulp-cli": "^1.2.2",
"gulp-eslint": "^3.0.1", "gulp-eslint": "^3.0.1"
"mocha": "^2.5.3"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment