Skip to content

Commit 00940b6

Browse files
author
John Agan
authored
Merge pull request #51 from webflow/johnagan/dependabot-fixes
Johnagan/dependabot fixes
2 parents 6f34515 + eea4db8 commit 00940b6

File tree

5 files changed

+15206
-9457
lines changed

5 files changed

+15206
-9457
lines changed

.babelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"presets": ["es2015", "stage-1"],
3-
"plugins": ["add-module-exports"],
2+
"presets": ["@babel/preset-env"],
3+
"plugins": [],
44
"env": {
55
"development": {
66
"sourceMaps": "inline"
77
}
88
}
9-
}
9+
}

0 commit comments

Comments
 (0)