Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Clarify the deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Konkle authored Sep 7, 2016
1 parent b006ac5 commit 48f1613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# babel-preset-es2015-loose

>## This Project is Deprecated
>## Deprecation warning
>The preset that this project is based on, [babel-preset-es2015](https://github.com/babel/babel/tree/master/packages/babel-preset-es2015), now supports setting the "loose" option directly.
>This project is deprecated for users of Babel v6.13+. It will still be maintained for users of earlier Babel versions. 👍
>After updating to `babel-preset-es2015` v6.13.0 or higher, you can remove `'es2015-loose'` from your list of presets and instead use the `'es2015` preset this way:
>The preset that this project is based on, [babel-preset-es2015](https://github.com/babel/babel/tree/master/packages/babel-preset-es2015), now supports setting the "loose" option directly. After updating to `babel-preset-es2015` v6.13.0 or higher, you can remove `'es2015-loose'` from your list of presets and instead use the `'es2015` preset this way:
>```{
presets: [
Expand Down

0 comments on commit 48f1613

Please sign in to comment.