Skip to content

Commit a1d98e6

Browse files
filipesilvahansl
authored andcommitted
chore: explicitely add node typings (#2059)
Followup from #2054 Now our files depend on the node typings, so we should have it as an explicit dependency.
1 parent a4fad1a commit a1d98e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/ng2/blueprints/ng2/files/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"preboot": "2.1.2",
3535
"parse5": "1.5.1",<% } %>
3636
"@types/jasmine": "^2.2.30",
37+
"@types/node": "^6.0.38",
3738
"angular-cli": "<%= version %>",
3839
"codelyzer": "~0.0.26",
3940
"jasmine-core": "2.4.1",

0 commit comments

Comments
 (0)