Skip to content

Commit

Permalink
fix: drop Node v6 and update devDeps (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Jul 21, 2019
1 parent db8531b commit de1deed
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 1,243 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ If `allowJs: true` in your `tsconfig.json`, assertions in `test/**/*.(js|jsx)` a
[travis-url]: https://travis-ci.org/power-assert-js/espower-typescript
[deps-image]: https://david-dm.org/power-assert-js/espower-typescript.svg
[deps-url]: https://david-dm.org/power-assert-js/espower-typescript
[node-version]: https://img.shields.io/badge/Node.js%20support-v6,v8,v10,v12-brightgreen.svg
[node-version]: https://img.shields.io/badge/Node.js%20support-v8,v10,v12-brightgreen.svg
[license]: https://img.shields.io/npm/l/espower-typescript.svg
Loading

0 comments on commit de1deed

Please sign in to comment.