Skip to content

Commit

Permalink
Require minimum Node.js version of 10 and remove babel transpiling
Browse files Browse the repository at this point in the history
Node.js version 8 is out of maintenance at the end of 2019, and the
minimum supported version will be 10, so we don't need babel transforms
anymore.
  • Loading branch information
dashersw committed Dec 29, 2019
1 parent 03982fe commit 9ac5807
Show file tree
Hide file tree
Showing 34 changed files with 1,637 additions and 5,178 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js
matrix:
include:
- node_js: '6'
- node_js: '8'
- node_js: '10'
- node_js: '12'
- node_js: '13'
after_success:
- ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls
notifications:
Expand Down
62 changes: 0 additions & 62 deletions dist/components/component.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/components/component.js.map

This file was deleted.

22 changes: 0 additions & 22 deletions dist/components/configurable.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/components/configurable.js.map

This file was deleted.

90 changes: 0 additions & 90 deletions dist/components/discovery.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/components/discovery.js.map

This file was deleted.

Loading

0 comments on commit 9ac5807

Please sign in to comment.