This commit is contained in:
2021-11-21 11:18:28 +01:00
parent 7a358eb836
commit 230b10b2a3
9339 changed files with 892519 additions and 62 deletions

10
node_modules/gulp-rename/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,10 @@
# v2.0.0
#### Breaking
- Add the ability to use the function argument as an immutable map function (This may be breaking for users who were relying on the return value of the function being ignored)
#### Chores
- Update deps
- Switch from JSCS/JSHint to Prettier