Skip to content

Commit 05f0296

Browse files
🤖 chore(package.json): Add devDependency babel-plugin-transform-remove-console.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/deps:add-babel-plugin-transform-remove-console.js Please contact the author of the transform if you believe there was an error.
1 parent 9d58b5d commit 05f0296

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@babel/preset-env": "7.13.15",
5252
"@babel/register": "7.13.14",
5353
"ava": "3.15.0",
54+
"babel-plugin-transform-remove-console": "6.9.4",
5455
"c8": "7.7.1",
5556
"coveralls": "3.1.0",
5657
"esdoc": "1.1.0",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,11 @@ babel-plugin-polyfill-regenerator@^0.2.0:
14331433
dependencies:
14341434
"@babel/helper-define-polyfill-provider" "^0.2.0"
14351435

1436+
1437+
version "6.9.4"
1438+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz#b980360c067384e24b357a588d807d3c83527780"
1439+
integrity sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A=
1440+
14361441
babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.0:
14371442
version "6.26.0"
14381443
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"

0 commit comments

Comments
 (0)