Skip to content

Commit ad36180

Browse files
committed
build(npm): upgrade to broccoli-funnel@1.0.1
1 parent c47639f commit ad36180

3 files changed

Lines changed: 65 additions & 14 deletions

File tree

npm-shrinkwrap.clean.json

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
104104
"array-differ": {
105105
"version": "1.0.0"
106106
},
107+
"array-equal": {
108+
"version": "1.0.0"
109+
},
107110
"array-ify": {
108111
"version": "1.0.0"
109112
},
@@ -249,6 +252,9 @@
249252
}
250253
}
251254
},
255+
"blank-object": {
256+
"version": "1.0.1"
257+
},
252258
"blob": {
253259
"version": "0.0.4"
254260
},
@@ -1432,8 +1438,12 @@
14321438
}
14331439
},
14341440
"broccoli-funnel": {
1435-
"version": "0.2.3",
1436-
"resolved": "git://github.com/igorminar/broccoli-funnel.git#6bfb53c4ca8dd3fa16416b9f85dc923a227e30ee"
1441+
"version": "1.0.1",
1442+
"dependencies": {
1443+
"walk-sync": {
1444+
"version": "0.2.6"
1445+
}
1446+
}
14371447
},
14381448
"broccoli-kitchen-sink-helpers": {
14391449
"version": "0.2.9",
@@ -1449,9 +1459,6 @@
14491459
"broccoli-plugin": {
14501460
"version": "1.2.1"
14511461
},
1452-
"broccoli-read-compat": {
1453-
"version": "0.1.3"
1454-
},
14551462
"broccoli-slow-trees": {
14561463
"version": "1.1.0"
14571464
},
@@ -2174,6 +2181,9 @@
21742181
}
21752182
}
21762183
},
2184+
"fast-ordered-set": {
2185+
"version": "1.0.2"
2186+
},
21772187
"faye-websocket": {
21782188
"version": "0.7.3"
21792189
},
@@ -2269,6 +2279,9 @@
22692279
"fs-promise": {
22702280
"version": "0.3.1"
22712281
},
2282+
"fs-tree-diff": {
2283+
"version": "0.3.1"
2284+
},
22722285
"fsevents": {
22732286
"version": "1.0.6",
22742287
"dependencies": {
@@ -4068,6 +4081,9 @@
40684081
}
40694082
}
40704083
},
4084+
"matcher-collection": {
4085+
"version": "1.0.1"
4086+
},
40714087
"media-typer": {
40724088
"version": "0.3.0"
40734089
},
@@ -4475,6 +4491,9 @@
44754491
"path-platform": {
44764492
"version": "0.11.15"
44774493
},
4494+
"path-posix": {
4495+
"version": "1.0.0"
4496+
},
44784497
"path-type": {
44794498
"version": "1.1.0",
44804499
"dependencies": {

npm-shrinkwrap.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"base64-js": "^0.0.8",
4646
"bower": "^1.3.12",
4747
"broccoli": "^0.15.3",
48-
"broccoli-funnel": "igorminar/broccoli-funnel#perf-files",
48+
"broccoli-funnel": "^1.0.1",
4949
"broccoli-slow-trees": "^1.1.0",
5050
"broccoli-stew": "^0.2.1",
5151
"broccoli-writer": "^0.1.1",

0 commit comments

Comments
 (0)