@desynova-digital/babel-preset 9.1.21 → 9.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +21 -21
  2. package/package.json +1 -1
  3. package/readme.md +10 -10
package/index.js CHANGED
@@ -1,21 +1,21 @@
1
- /*
2
- This file contains the babel plugins that
3
- are recommended for usage
4
- */
5
-
6
- module.exports = function() {
7
- return {
8
- presets: ["@babel/preset-env", "@babel/preset-flow", "@babel/preset-react"],
9
- plugins: [
10
- "@babel/plugin-syntax-jsx",
11
- "@babel/plugin-transform-runtime",
12
- ["@babel/plugin-proposal-decorators", { legacy: true }],
13
- "@babel/plugin-syntax-dynamic-import",
14
- "@babel/plugin-proposal-class-properties",
15
- "@babel/plugin-proposal-private-methods",
16
- "@babel/plugin-proposal-object-rest-spread",
17
- "@babel/plugin-proposal-optional-chaining",
18
- "@babel/plugin-proposal-nullish-coalescing-operator",
19
- ],
20
- };
21
- };
1
+ /*
2
+ This file contains the babel plugins that
3
+ are recommended for usage
4
+ */
5
+
6
+ module.exports = function() {
7
+ return {
8
+ presets: ["@babel/preset-env", "@babel/preset-flow", "@babel/preset-react"],
9
+ plugins: [
10
+ "@babel/plugin-syntax-jsx",
11
+ "@babel/plugin-transform-runtime",
12
+ ["@babel/plugin-proposal-decorators", { legacy: true }],
13
+ "@babel/plugin-syntax-dynamic-import",
14
+ "@babel/plugin-proposal-class-properties",
15
+ "@babel/plugin-proposal-private-methods",
16
+ "@babel/plugin-proposal-object-rest-spread",
17
+ "@babel/plugin-proposal-optional-chaining",
18
+ "@babel/plugin-proposal-nullish-coalescing-operator",
19
+ ],
20
+ };
21
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@desynova-digital/babel-preset",
3
3
  "description": "babel preset to use Desynova Digital",
4
- "version": "9.1.21",
4
+ "version": "9.1.22",
5
5
  "repository": "desynova-digital",
6
6
  "main": "index.js",
7
7
  "author": "desynova-digital",
package/readme.md CHANGED
@@ -1,11 +1,11 @@
1
- <img src="/assets/cosmos.png">
2
-
3
- &nbsp;&nbsp;
4
-
5
- #### Babel preset for Auth0 Design System
6
-
7
- &nbsp;&nbsp;
8
-
9
- #### [👉 Start here 👈](https://auth0-cosmos.now.sh/docs)
10
-
1
+ <img src="/assets/cosmos.png">
2
+
3
+ &nbsp;&nbsp;
4
+
5
+ #### Babel preset for Auth0 Design System
6
+
7
+ &nbsp;&nbsp;
8
+
9
+ #### [👉 Start here 👈](https://auth0-cosmos.now.sh/docs)
10
+
11
11
  &nbsp;&nbsp;