Skip to content

Commit

Permalink
legacy Node v4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Sep 27, 2017
1 parent 08eef3b commit adab38b
Show file tree
Hide file tree
Showing 6 changed files with 5,497 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["transform-es2015-destructuring"]
}
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
node_js:
- '6'
- '4'
script:
- set -e
- npm run lint
- npm run lint-test
- npm run test
- npm run coveralls
after_success:
Expand Down
52 changes: 52 additions & 0 deletions build/printable-characters.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit adab38b

Please sign in to comment.