8000 chore(): typings upgrade to 1.x (#1353) · angular/angular-cli@5aaddfd · GitHub
[go: up one dir, main page]

Skip to content

Commit 5aaddfd

Browse files
jkurihansl
authored andcommitted
chore(): typings upgrade to 1.x (#1353)
1 parent 8126785 commit 5aaddfd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

addon/ng2/blueprints/ng2/files/__path__/typings.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// https://github.com/typings/typings
33
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
44

5-
/// <reference path="<%= refToTypings %>/typings/browser.d.ts" />
5+
/// <reference path="<%= refToTypings %>/typings/index.d.ts" />
66
<% if(!isMobile) { %>declare var module: { id: string };<% } %>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/// <reference path="../typings/main.d.ts" />
1+
/// <reference path="../typings/index.d.ts" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"ts-node": "0.5.5",
4848
"tslint": "3.11.0",
4949
"typescript": "1.8.10",
50-
"typings": "0.8.1"<%= stylePackage %>
50+
"typings": "1.3.1"<%= stylePackage %>
5151
}
5252
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"ambientDevDependencies": {
2+
"globalDevDependencies": {
33
"angular-protractor": "registry:dt/angular-protractor#1.5.0+20160425143459",
4-
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438",
4+
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
55
"selenium-webdriver": "registry:dt/selenium-webdriver#2.44.0+20160317120654"
66
},
7-
"ambientDependencies": {
8-
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654"<% if (isMobile) {%>,
9-
"node": "registry:dt/node#4.0.0+20160509154515" <% } %>
7+
"globalDependencies": {
8+
"es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504"<% if (isMobile) {%>,
9+
"node": "registry:dt/node#6.0.0+20160709114037" <% } %>
1010
}
1111
}

0 commit comments

Comments
 (0)
0