Put duplicate-keys in alphabetical order.
This commit is contained in:
parent
1584fbe176
commit
37bd909e15
@ -34,15 +34,6 @@
|
||||
"ios": 10,
|
||||
"opera": 33
|
||||
},
|
||||
"transform-es2015-duplicate-keys": {
|
||||
"chrome": 42,
|
||||
"edge": 12,
|
||||
"firefox": 34,
|
||||
"safari": 9,
|
||||
"node": 4,
|
||||
"ios": 9,
|
||||
"opera": 29
|
||||
},
|
||||
"transform-es2015-computed-properties": {
|
||||
"chrome": 44,
|
||||
"edge": 12,
|
||||
@ -69,6 +60,15 @@
|
||||
"ios": 10,
|
||||
"opera": 38
|
||||
},
|
||||
"transform-es2015-duplicate-keys": {
|
||||
"chrome": 42,
|
||||
"edge": 12,
|
||||
"firefox": 34,
|
||||
"safari": 9,
|
||||
"node": 4,
|
||||
"ios": 9,
|
||||
"opera": 29
|
||||
},
|
||||
"transform-es2015-for-of": {
|
||||
"chrome": 51,
|
||||
"edge": 15,
|
||||
|
||||
@ -13,10 +13,10 @@ Using plugins:
|
||||
transform-es2015-block-scoped-functions {"uglify":true}
|
||||
transform-es2015-block-scoping {"uglify":true}
|
||||
transform-es2015-classes {"uglify":true}
|
||||
transform-es2015-duplicate-keys {"uglify":true}
|
||||
transform-es2015-computed-properties {"uglify":true}
|
||||
check-es2015-constants {"uglify":true}
|
||||
transform-es2015-destructuring {"uglify":true}
|
||||
transform-es2015-duplicate-keys {"uglify":true}
|
||||
transform-es2015-for-of {"uglify":true}
|
||||
transform-es2015-function-name {"uglify":true}
|
||||
transform-es2015-literals {"uglify":true}
|
||||
|
||||
@ -14,10 +14,10 @@ Using plugins:
|
||||
transform-es2015-block-scoped-functions {"ie":10}
|
||||
transform-es2015-block-scoping {"ie":10}
|
||||
transform-es2015-classes {"ie":10}
|
||||
transform-es2015-duplicate-keys {"ie":10}
|
||||
transform-es2015-computed-properties {"ie":10}
|
||||
check-es2015-constants {"ie":10}
|
||||
transform-es2015-destructuring {"ie":10,"node":6}
|
||||
transform-es2015-duplicate-keys {"ie":10}
|
||||
transform-es2015-for-of {"ie":10,"node":6}
|
||||
transform-es2015-function-name {"ie":10,"node":6}
|
||||
transform-es2015-literals {"ie":10}
|
||||
|
||||
@ -17,10 +17,10 @@ Using plugins:
|
||||
transform-es2015-block-scoped-functions {"edge":13,"ie":10,"ios":9,"safari":7}
|
||||
transform-es2015-block-scoping {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
|
||||
transform-es2015-classes {"ie":10,"ios":9,"safari":7}
|
||||
transform-es2015-duplicate-keys {"ie":10,"safari":7}
|
||||
transform-es2015-computed-properties {"ie":10,"safari":7}
|
||||
check-es2015-constants {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
|
||||
transform-es2015-destructuring {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
|
||||
transform-es2015-duplicate-keys {"ie":10,"safari":7}
|
||||
transform-es2015-for-of {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
|
||||
transform-es2015-function-name {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
|
||||
transform-es2015-literals {"firefox":49,"ie":10,"safari":7}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user