Ensure const-check plugin order (#257)

This commit is contained in:
Brian Ng
2017-04-07 16:25:34 -05:00
committed by GitHub
parent 5b64743864
commit 3c8eeec515
11 changed files with 30 additions and 22 deletions

View File

@@ -1,4 +1,14 @@
{
"check-es2015-constants": {
"chrome": 49,
"edge": 14,
"firefox": 51,
"safari": 10,
"node": 6,
"ios": 10,
"opera": 36,
"electron": 1
},
"transform-es2015-arrow-functions": {
"chrome": 47,
"edge": 13,
@@ -50,16 +60,6 @@
"opera": 31,
"electron": 0.31
},
"check-es2015-constants": {
"chrome": 49,
"edge": 14,
"firefox": 51,
"safari": 10,
"node": 6,
"ios": 10,
"opera": 36,
"electron": 1
},
"transform-es2015-destructuring": {
"chrome": 51,
"edge": 15,