Skip to content

Commit

Permalink
feat(node): require node v6 or later
Browse files Browse the repository at this point in the history
this is breaking change.
  • Loading branch information
h13i32maru committed Aug 14, 2016
1 parent 149914e commit a5b37bd
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 243 deletions.
4 changes: 3 additions & 1 deletion .babelrc
@@ -1,3 +1,5 @@
{ {
"presets": ["es2015"] "plugins": [
"transform-es2015-modules-commonjs"
]
} }

0 comments on commit a5b37bd

Please sign in to comment.