Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 9, 2020
1 parent 8097bf9 commit 4739061
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 27 deletions.
19 changes: 0 additions & 19 deletions babel.config.js

This file was deleted.

15 changes: 15 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"presets": [
["@babel/preset-env", {
"loose": true,
"targets": {
"node": "6.9"
}
}]
],
"env": {
"test": {
"plugins": ["istanbul"]
}
}
}
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,5 @@
"node ./scripts/yarn-install.js",
"git add yarn.lock"
]
},
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
}
}
}
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2133,9 +2133,6 @@ __metadata:
peerDependencies:
"@babel/core": ^7.0.0
webpack: ">=2"
dependenciesMeta:
[email protected]:
unplugged: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 4739061

Please sign in to comment.