Remove 'express' and 'body-parser' NPM dependencies from HttpNodeInstance

This commit is contained in:
SteveSandersonMS
2015-11-02 14:52:45 -08:00
parent de991b9858
commit 37eb4efff0
4 changed files with 39 additions and 41 deletions

View File

@@ -4,11 +4,8 @@
"dependencies": {
"angular2": "2.0.0-alpha.44",
"angular2-universal-patched": "^0.5.4",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.5",
"del": "^2.0.2",
"es6-module-loader": "^0.15.0",
"express": "^4.13.3",
"jquery": "^2.1.4",
"less": "^2.5.3",
"reflect-metadata": "^0.1.2",

View File

@@ -2,8 +2,6 @@
"name": "ES2015Example",
"version": "0.0.0",
"dependencies": {
"babel-core": "^5.8.29",
"body-parser": "^1.14.1",
"express": "^4.13.3"
"babel-core": "^5.8.29"
}
}

View File

@@ -3,9 +3,7 @@
"version": "0.0.0",
"dependencies": {
"babel-core": "^5.8.29",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.5",
"express": "^4.13.3",
"griddle-react": "^0.2.14",
"history": "^1.12.6",
"react": "^0.14.0",