Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
build: move reflect-metadata and express from devDependencies to depe…
Browse files Browse the repository at this point in the history
…ndencies (#635)
  • Loading branch information
dbartel authored and CaerusKaru committed Oct 18, 2018
1 parent a8f8cdf commit 2b70e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"@nguniversal/express-engine": "^6.0.0",
"@nguniversal/module-map-ngfactory-loader": "^6.0.0",
"core-js": "^2.4.1",
"express": "^4.15.2",
"reflect-metadata": "^0.1.10",
"rxjs": "^6.2.2",
"zone.js": "^0.8.26"
},
Expand All @@ -55,10 +57,8 @@
"@angular/language-service": "^6.0.0",
"@types/node": "^8.0.30",
"codelyzer": "^4.0.2",
"express": "^4.15.2",
"http-server": "^0.10.0",
"pre-commit": "^1.2.2",
"reflect-metadata": "^0.1.10",
"ts-loader": "^4.2.0",
"tslint": "^5.7.0",
"typescript": "~2.7.2"
Expand Down

0 comments on commit 2b70e94

Please sign in to comment.