back to upstream, update data for new ff

This commit is contained in:
Henry Zhu 2016-10-12 21:46:06 -04:00
parent da318cd209
commit 15f05c0e9e
2 changed files with 4 additions and 2 deletions

View File

@ -122,13 +122,15 @@
},
"transform-exponentiation-operator": {
"chrome": 52,
"edge": 14
"edge": 14,
"firefox": 52
},
"transform-async-to-generator": {
"chrome": 55
},
"syntax-trailing-function-commas": {
"edge": 14,
"firefox": 52,
"safari": 10
}
}

View File

@ -53,7 +53,7 @@
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"compat-table": "github:hzoo/compat-table#node-fix",
"compat-table": "github:kangax/compat-table#gh-pages",
"eslint": "^3.3.1",
"eslint-config-babel": "^1.0.1",
"eslint-plugin-babel": "^3.3.0",