Skip to content

Commit

Permalink
Update packages, semver-major
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Apr 1, 2022
1 parent bd75ecf commit ec3c201
Show file tree
Hide file tree
Showing 3 changed files with 15,484 additions and 15,549 deletions.
18 changes: 9 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"presets": ["es2015", "es2017"],
"plugins": ["transform-runtime", "transform-object-rest-spread"],
"env": {
"test": {
"plugins": ["istanbul"]
}
}
}
{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime", "@babel/plugin-proposal-object-rest-spread"],
"env": {
"test": {
"plugins": ["istanbul"]
}
}
}
Loading

0 comments on commit ec3c201

Please sign in to comment.