Skip to content

Commit c8a3bdd

Browse files
authored
The "globalDependencies" is deprecated.
In the new version is not posible to install the typing as the old version: typings install --ambient --save We can only use --global, which means, the typing will look in the globalDependencies attribute
1 parent 58e5a66 commit c8a3bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/_typings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "<%- appName %>",
33
"version": false,
4-
"ambientDependencies": {
4+
"globalDependencies": {
55
<% if (angularModulesObject.animate) { -%>
66
"angular-animate": "github:DefinitelyTyped/DefinitelyTyped/angularjs/angular-animate.d.ts#bb051830df88f5a55dcf06b7fe85bf6b62cc97f2",
77
<% } if (angularModulesObject.cookies) { -%>

0 commit comments

Comments
 (0)