Skip to content

Commit 13d3c94

Browse files
Merge branch 'hotfix/regenerator-runtime-missing'
2 parents d5d9510 + ad4f720 commit 13d3c94

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regex-to-strings",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wimpyprogrammer/regex-to-strings.git"

Diff for: src/.babelrc

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2-
"presets": ["@babel/typescript", "@babel/env"],
2+
"presets": [
3+
"@babel/typescript",
4+
[
5+
"@babel/preset-env",
6+
{
7+
"targets": {
8+
"node": "10"
9+
}
10+
}
11+
]
12+
],
313
"plugins": ["@babel/plugin-proposal-class-properties"]
414
}

0 commit comments

Comments
 (0)