Skip to content

Commit 1daa8aa

Browse files
committed
chore(shrinkwrap): update dependencies to latest
Also, our package.json was out-of-sync with npm-shrinkwrap.json; see angular#1737 This includes a fix for the shrinkwrapping of ts2dart; see dart-archive/ts2dart#138
1 parent 62bf777 commit 1daa8aa

File tree

5 files changed

+3460
-4245
lines changed

5 files changed

+3460
-4245
lines changed

modules/angular2/globals.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ declare var assert: any;
66
declare var global: Window;
77
type int = number;
88

9-
interface List<T> extends Array<T> {
10-
}
9+
interface List<T> extends Array<T> {}
1110

1211
interface Window {
1312
Object: typeof Object;

0 commit comments

Comments
 (0)