Skip to content

Commit fd710bf

Browse files
committed
feat(mainfet-ordering): updated broccoli style manifest to now have the order of files in the manifest be sorted first by depth, then by alphanumeric
1 parent b76609b commit fd710bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"broccoli-merge-trees": "^2.0.0",
2929
"broccoli-persistent-filter": "^1.4.2",
3030
"broccoli-plugin": "^1.3.0",
31-
"broccoli-style-manifest": "^1.3.1",
31+
"broccoli-style-manifest": "^1.4.0",
3232
"ember-cli-babel": "^6.6.0",
3333
"ember-getowner-polyfill": "^2.0.1",
3434
"fs-tree-diff": "^0.5.6",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,9 +1346,9 @@ broccoli-stew@^1.2.0, broccoli-stew@^1.3.3:
13461346
symlink-or-copy "^1.1.8"
13471347
walk-sync "^0.3.0"
13481348

1349-
broccoli-style-manifest@^1.3.1:
1350-
version "1.3.1"
1351-
resolved "https://registry.yarnpkg.com/broccoli-style-manifest/-/broccoli-style-manifest-1.3.1.tgz#2754c6010ec7bdde5b8a4f2ef988d75eccce032d"
1349+
broccoli-style-manifest@^1.4.0:
1350+
version "1.4.0"
1351+
resolved "https://registry.yarnpkg.com/broccoli-style-manifest/-/broccoli-style-manifest-1.4.0.tgz#4b805121f98bb246568f55d1620240c73dab3ec5"
13521352
dependencies:
13531353
broccoli-plugin "^1.3.0"
13541354
fs-tree-diff "^0.5.6"

0 commit comments

Comments
 (0)