chore(shrinkwrap): update dependencies to latest

Also, our package.json was out-of-sync with npm-shrinkwrap.json; see https://github.com/angular/angular/issues/1737
This includes a fix for the shrinkwrapping of ts2dart; see https://github.com/angular/ts2dart/issues/138
This commit is contained in:
Alex Eagle
2015-05-07 13:25:02 -07:00
parent 62bf777ef1
commit 1daa8aa3a1
5 changed files with 3519 additions and 4304 deletions

View File

@ -6,8 +6,7 @@ declare var assert: any;
declare var global: Window;
type int = number;
interface List<T> extends Array<T> {
}
interface List<T> extends Array<T> {}
interface Window {
Object: typeof Object;