Skip to content

Commit

Permalink
bump deps, fix fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
rashfael committed Sep 21, 2018
1 parent bdf234e commit 3f3657e
Show file tree
Hide file tree
Showing 10 changed files with 5,703 additions and 2,592 deletions.
35 changes: 19 additions & 16 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"presets": [
[
"es2015",
{
"modules": false
}
]
],
"plugins": [
"external-helpers"
],
"env": {
"test": {
"plugins": [ "istanbul" ]
}
}
"presets": [
[
"@babel/env", {
"modules": false,
"loose": true,
"targets": {
"chrome": 66
}
}
]
],
"plugins": [
"@babel/plugin-external-helpers"
],
"env": {
"test": {
"plugins": [ "istanbul" ]
}
}
}
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ language: node_js
node_js:
- "10"

before_script:
- npm ci

script:
- npm run build -s
- npm run lint -s
Expand Down
Loading

0 comments on commit 3f3657e

Please sign in to comment.