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:
2
tools/broccoli/broccoli.d.ts
vendored
2
tools/broccoli/broccoli.d.ts
vendored
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user