Skip to content

Commit

Permalink
fix: updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely committed Dec 7, 2018
1 parent c0feba0 commit 85997c8
Show file tree
Hide file tree
Showing 3 changed files with 2,015 additions and 2,411 deletions.
13 changes: 10 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"presets": [
["env", {
["@babel/preset-env", {
"modules": false,
"targets": {
"node": "8.9"
}
}]
],
"env": {
"testing": {
"test": {
"presets": [
["@babel/preset-env", {
"targets": {
"node": "8.9"
}
}]
],
"plugins": [
"transform-es2015-modules-commonjs"
"@babel/plugin-transform-modules-commonjs"
]
}
}
Expand Down
Loading

0 comments on commit 85997c8

Please sign in to comment.