Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Feb 25, 2020
1 parent 0e29f84 commit ee66356
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/env",
{
"targets": {
"node": "8"
"node": "10"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- node
- 8
- 10
script:
- npm run lint
- npm run test
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"babel-plugin-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-canonical": "^19.0.2",
"eslint-config-canonical": "^19.0.3",
"flow-bin": "^0.119.0",
"flow-copy-source": "^2.0.9",
"husky": "^4.2.3",
"nyc": "^15.0.0",
"semantic-release": "^17.0.4"
},
"engines": {
"node": ">=6.0"
"node": ">=10.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit ee66356

Please sign in to comment.