Skip to content

Commit 2d4f331

Browse files
committed
chore: update ts2dart version
1 parent 86bda28 commit 2d4f331

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

modules/angular2/globals.d.ts renamed to modules/angular2/manual_typings/globals.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file contains declarations of global symbols we reference in our code
33
*/
44

5-
/// <reference path="typings/zone/zone.d.ts"/>
5+
/// <reference path="../typings/zone/zone.d.ts"/>
66
declare var assert: any;
77

88
// FIXME: K must be string!

modules/angular2/traceur-runtime.d.ts renamed to modules/angular2/manual_typings/traceur-runtime.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// We also want the following typings to be available only when compiling to
77
// ES5, because they are redundant with lib.es6.d.ts.
8-
/// <reference path="../angular2/typings/es6-promise/es6-promise.d.ts"/>
8+
/// <reference path="../typings/es6-promise/es6-promise.d.ts"/>
99

1010
// es6-promise.d.ts chose a different name for this interface than TS lib.es6.d.ts
1111
// Generic Type Alises are in TS 1.6 (https://github.com/Microsoft/TypeScript/pull/3397)

npm-shrinkwrap.clean.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9828,7 +9828,7 @@
98289828
}
98299829
},
98309830
"ts2dart": {
9831-
"version": "0.7.3",
9831+
"version": "0.7.4",
98329832
"dependencies": {
98339833
"source-map": {
98349834
"version": "0.4.4",
@@ -10505,5 +10505,5 @@
1050510505
}
1050610506
},
1050710507
"name": "angular",
10508-
"version": "2.0.0-alpha.35"
10508+
"version": "2.0.0-alpha.36"
1050910509
}

npm-shrinkwrap.json

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)