Skip to content

Commit

Permalink
Update standard to the latest version 🚀 (#35)
Browse files Browse the repository at this point in the history
* chore(package): update standard to version 13.0.1

* chore(package): update lockfile package-lock.json

* 🐜 fix: bump everything and fix lit

* ✂️ refactor: deprecate v6
  • Loading branch information
greenkeeper[bot] authored and anoff committed Aug 24, 2019
1 parent ca5b86b commit 64deb98
Show file tree
Hide file tree
Showing 4 changed files with 2,327 additions and 3,805 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- '11'
- '12'
- '10'
- '8'
- '6'
after_script:
- 'cat coverage/lcov.info | ./node_modules/.bin/coveralls'
1 change: 1 addition & 0 deletions lib/connection.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ test('.close() should reject on error', async t => {
constructor (port, opts, cb) {
cb()
}

close (cb) {
cb('errors') // eslint-disable-line standard/no-callback-literal
}
Expand Down
Loading

0 comments on commit 64deb98

Please sign in to comment.