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

@ -64,7 +64,7 @@ interface BroccoliTree {
interface OldBroccoliTree {
read ? (readTree: (tree: BroccoliTree) => Promise<string>) : (Promise<string>| string);
read?(readTree: (tree: BroccoliTree) => Promise<string>): (Promise<string>| string);
}