Browse Source

fix default AVA's Babel configuration in readme.md

browser-support
Mauro Verrocchio 9 years ago
parent
commit
67bf047213
  1. 2
      readme.md

2
readme.md

@ -538,7 +538,7 @@ The corresponding Babel config for AVA's setup is as follows:
{
"presets": [
"es2015",
"stage-0",
"stage-2",
],
"plugins": [
"espower",

Loading…
Cancel
Save