This repository was archived by the owner on Sep 15, 2023. It is now read-only.
Commit 56a83d0
committed
Added fs-extra as a direct dependency of Blendid
The fs-extra is required directly by Blendid in file
`gulpfile.js/tasks/replace-files.js`. However, this dependency was expected
to be present transitively via `browser-sync`.
Since it's a direct dependency of Blendid, it should be listed as such in
the `package.json`. By not being present, it was causing us problem when
using Yarn workspaces where `fs-extra` was not resolvable correctly (
because it was in different `node_modules` folder).
Used version `fs-extra@3.0.1` to remain the same as `browser-sync#fs-extra`.1 parent fea876c commit 56a83d0
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2351 | 2351 | | |
2352 | 2352 | | |
2353 | 2353 | | |
2354 | | - | |
| 2354 | + | |
2355 | 2355 | | |
2356 | 2356 | | |
2357 | 2357 | | |
| |||
0 commit comments