Skip to content

Commit

Permalink
feat: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Sep 11, 2020
1 parent 5deb6fd commit 16a8a8d
Show file tree
Hide file tree
Showing 4 changed files with 678 additions and 891 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"corejs": 3,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"],
"node": "10"
"node": "12"
}
}]
],
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"root": true,
"parser": "babel-eslint",
"extends": [
"@mutant-ws/eslint-config/targets/node"
"./node_modules/eslint-config.xyz/targets/node"
],
"settings": {
// Recommended if you use eslint_d
Expand Down
Loading

0 comments on commit 16a8a8d

Please sign in to comment.