Skip to content

Commit 58a16b3

Browse files
author
Miles Johnson
committed
Revert "Update browser targets."
This reverts commit d7f8da3.
1 parent 5ef6a6d commit 58a16b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
const { declare } = require('@babel/helper-plugin-utils');
44

55
const defaultTargets = {
6-
android: 35,
7-
chrome: 40,
8-
edge: 18,
9-
ie: 11,
10-
firefox: 72,
11-
safari: 12,
6+
android: 30,
7+
chrome: 35,
8+
edge: 14,
9+
ie: 9,
10+
firefox: 52,
11+
safari: 8,
1212
};
1313

1414
function buildTargets({ additionalTargets }) {

0 commit comments

Comments
 (0)