Skip to content

Commit

Permalink
Babel Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed May 7, 2019
1 parent 19f0197 commit 8ac36a9
Show file tree
Hide file tree
Showing 3 changed files with 805 additions and 1,104 deletions.
8 changes: 6 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"presets": ["env", "stage-0"],
"presets": [
"@babel/preset-env"
],
"env": {
"test": {
"plugins": ["istanbul"]
"plugins": [
"istanbul"
]
}
}
}
20 changes: 15 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
"library",
"cool"
],
"nyc": {
"require": [
"@babel/register"
],
"reporter": [
"lcov",
"text"
],
"sourceMap": false,
"instrument": false
},
"author": "Team Of Monkeys",
"license": "MIT",
"bugs": {
Expand All @@ -48,12 +59,11 @@
"throat": "^4.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"babel-plugin-istanbul": "^5.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.0",
Expand Down

0 comments on commit 8ac36a9

Please sign in to comment.