Skip to content

Commit a5b37bd

Browse files
committed
feat(node): require node v6 or later
this is breaking change.
1 parent 149914e commit a5b37bd

File tree

4 files changed

+122
-243
lines changed

4 files changed

+122
-243
lines changed

.babelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"presets": ["es2015"]
2+
"plugins": [
3+
"transform-es2015-modules-commonjs"
4+
]
35
}

0 commit comments

Comments
 (0)