Skip to content

Commit 94742ca

Browse files
committed
fix: remove ambient, install all typings postinstall. (#430)
1 parent c2560b4 commit 94742ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"angular-cli": {},
66
"scripts": {
77
"start": "ng server",
8-
"postinstall": "typings install --ambient",
8+
"postinstall": "typings install",
99
"lint": "tslint \"src/**/*.ts\"",
1010
"format": "clang-format -i -style=file --glob=src/**/*.ts",
1111
"pree2e": "webdriver-manager update",

0 commit comments

Comments
 (0)