We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5d9510 + ad4f720 commit 13d3c94Copy full SHA for 13d3c94
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "regex-to-strings",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"repository": {
5
"type": "git",
6
"url": "git+https://github.com/wimpyprogrammer/regex-to-strings.git"
src/.babelrc
@@ -1,4 +1,14 @@
- "presets": ["@babel/typescript", "@babel/env"],
+ "presets": [
+ "@babel/typescript",
+ [
+ "@babel/preset-env",
+ {
7
+ "targets": {
8
+ "node": "10"
9
+ }
10
11
+ ]
12
+ ],
13
"plugins": ["@babel/plugin-proposal-class-properties"]
14
}
0 commit comments