Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 243a9b4

Browse files
Add @types/node to avoid intellisense errors for "require" statements
1 parent 1e08548 commit 243a9b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/Angular2Spa/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
"@angular/platform-browser-dynamic": "2.0.0",
2323
"@angular/platform-server": "2.0.0",
2424
"@angular/router": "3.0.0",
25+
"@types/node": "^6.0.38",
26+
"angular2-express-engine": "~2.0.7",
2527
"angular2-platform-node": "~2.0.7",
2628
"angular2-universal": "~2.0.7",
2729
"angular2-universal-polyfills": "~2.0.7",
28-
"angular2-express-engine": "~2.0.7",
2930
"aspnet-prerendering": "^1.0.6",
3031
"aspnet-webpack": "^1.0.11",
3132
"bootstrap": "^3.3.7",

0 commit comments

Comments
 (0)