Added "node" target to package.json, updated babelrc

This commit is contained in:
euvl
2017-06-19 22:20:46 +01:00
parent 2534bc77c9
commit d0fdd02585
4 changed files with 65 additions and 208 deletions

View File

@@ -1,4 +1,4 @@
{
"presets": ["es2015", "stage-2"],
"presets": ["env"],
"comments": false
}