Skip to content

Commit

Permalink
bump dependencies and fix travis node version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schnittstabil committed Oct 19, 2019
1 parent 5437af4 commit 5de914a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ sudo: false
language: node_js
node_js:
- 'stable'
- '12'
- '11'
- '10'
- '9'
- '8'
- '7'
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"xo": "^0.25.3"
},
"dependencies": {
"is-plain-obj": "^1.1"
"is-plain-obj": "^2.0.0"
}
}

0 comments on commit 5de914a

Please sign in to comment.