mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Remove 'express' and 'body-parser' NPM dependencies from HttpNodeInstance
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user