A new start

This commit is contained in:
2018-11-24 14:43:59 +01:00
commit 3c32c8a37a
24054 changed files with 1376258 additions and 0 deletions

27
node_modules/gulp-babel/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,27 @@
# 8.0.0-beta.2 (2018-03-14)
- **[Fix]** Fix for `sourceMapTarget` removal in Babel v7.0.0-beta.41 ([#149](https://github.com/babel/gulp-babel/pull/149))
# 8.0.0-beta.1 (2018-01-26)
- **[Fix]** Drop dependency on deprecated `gulp-util` ([#137](https://github.com/babel/gulp-babel/pull/137))
- **[Chore]** Update repository: add `CHANGELOG.md`, update `.gitignore`, license year, update dependencies,
add lock files, add _npm_ badge, mention `gulp-babel@next`.
# 8.0.0-beta.0 (2017-10-30)
- **[Breaking change]** Make `@babel/core` a peer dependency
# 7.0.0 (2017-08-06)
- **[Breaking change]** Make `babel-core` a peer dependency
# 7.0.0-alpha.18 (2017-08-04)
- **[Breaking change]** Update to `babel-core@7.0.0-beta.18` ([#112](https://github.com/babel/gulp-babel/pull/112))
- **[Chore]** Replace usage of `ES6` by `ES2015`
- **[Documentation]** Update `README.md`: update samples, fix link to issue tracker
# 6.1.2 (2016-01-31)
- **[Fix]** Do not add `.js` extension to files without extension ([#74](https://github.com/babel/gulp-babel/pull/74))