Removed supertest and nodemon

This commit is contained in:
Chris Troutner
2018-11-07 18:50:17 -08:00
parent ff79decc02
commit c0c105fcdc
+1 -4
View File
@@ -5,7 +5,6 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "./node_modules/.bin/nodemon index.js",
"test": "NODE_ENV=test ./node_modules/.bin/mocha",
"lint": "eslint src/**/*.js",
"docs": "./node_modules/.bin/apidoc -i src/ -o docs"
@@ -57,8 +56,6 @@
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"mocha": "^3.0.2",
"nodemon": "^1.8.1",
"supertest": "^2.0.0"
"mocha": "^3.0.2"
}
}