- 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 313
Commit 948585d
committed
Remove dependency on rimraf
fs-extra was basically created to avoid having to install both mkdirp,
rimraf etc, and is also already installed here, so we can avoid using
both at the same time.
This moves rimraf to devDependencies, since it's still conveniant for
the local 'clean' and 'prepack' commands.
At the same time, update to fs-extra 10.x, since it's lowest supported
node version there is now still lower than the lowest supported version
for patch-package, but has still introduced the option of using node's
native fs.rm when available:
https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md
(fs-extra 11.x only works on node 14.14+, while patch-package currently
supports all 14.x versions)1 parent c7c63bf commit 948585d
3 files changed
+14
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 64 | 64 |  | |
| 65 | 65 |  | |
| 66 | 66 |  | |
| 67 | + | ||
| 67 | 68 |  | |
| 68 | 69 |  | |
| 69 | 70 |  | |
|  | |||
| 75 | 76 |  | |
| 76 | 77 |  | |
| 77 | 78 |  | |
| 78 | - | ||
| 79 | + | ||
| 79 | 80 |  | |
| 80 | 81 |  | |
| 81 | 82 |  | |
| 82 | 83 |  | |
| 83 | - | ||
| 84 | 84 |  | |
| 85 | 85 |  | |
| 86 | 86 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | 9 |  | |
| 10 | + | ||
| 10 | 11 |  | |
| 11 | 12 |  | |
| 12 | - | ||
| 13 | 13 |  | |
| 14 | 14 |  | |
| 15 | 15 |  | |
|  | |||
| 254 | 254 |  | |
| 255 | 255 |  | |
| 256 | 256 |  | |
| 257 | - | ||
| 257 | + | ||
| 258 | 258 |  | |
| 259 | - | ||
| 259 | + | ||
| 260 | 260 |  | |
| 261 | - | ||
| 261 | + | ||
| 262 | 262 |  | |
| 263 | 263 |  | |
| 264 | 264 |  | |
|  | |||
| 292 | 292 |  | |
| 293 | 293 |  | |
| 294 | 294 |  | |
| 295 | - | ||
| 295 | + | ||
| 296 | 296 |  | |
| 297 | 297 |  | |
| 298 | 298 |  | |
| 299 | 299 |  | |
| 300 | 300 |  | |
| 301 | - | ||
| 301 | + | ||
| 302 | 302 |  | |
| 303 | - | ||
| 303 | + | ||
| 304 | 304 |  | |
| 305 | - | ||
| 305 | + | ||
| 306 | 306 |  | |
| 307 | 307 |  | |
| 308 | 308 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 765 | 765 |  | |
| 766 | 766 |  | |
| 767 | 767 |  | |
| 768 | - | ||
| 769 | - | ||
| 770 | - | ||
| 771 | - | ||
| 772 | - | ||
| 773 | 768 |  | |
| 774 | 769 |  | |
| 775 | 770 |  | |
|  | |||
| 1912 | 1907 |  | |
| 1913 | 1908 |  | |
| 1914 | 1909 |  | |
| 1915 | - | ||
| 1916 | - | ||
| 1917 | - | ||
| 1918 | - | ||
| 1910 | + | ||
| 1911 | + | ||
| 1912 | + | ||
| 1913 | + | ||
| 1919 | 1914 |  | |
| 1920 | - | ||
| 1921 | 1915 |  | |
| 1922 | 1916 |  | |
| 1923 | 1917 |  | |
|  | |||
0 commit comments