Skip to content

Commit

Permalink
support for 4.8.3 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Machado committed Jul 28, 2017
1 parent e1f915c commit 013c9a5
Show file tree
Hide file tree
Showing 7 changed files with 3,022 additions and 575 deletions.
15 changes: 9 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"presets": ["latest-node4"],
"presets": [
["env", {
"targets": {
"node": "4.8.3"
},
"useBuiltIns": true
}]
],
"plugins": [
"transform-runtime",
"transform-regenerator",
"transform-es2015-spread",
"transform-object-rest-spread",
"syntax-async-functions"
"transform-object-rest-spread"
]
}
8 changes: 7 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@
.babelrc
.eslintrc
npm-debug.log
lib
node_modules
scripts
src
test
jest.config.js


Loading

0 comments on commit 013c9a5

Please sign in to comment.