Skip to content

Commit

Permalink
Update browser targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Johnson committed Apr 2, 2020
1 parent 5f5f7c6 commit c989b75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
const { declare } = require('@babel/helper-plugin-utils');

const defaultTargets = {
android: 30,
chrome: 35,
edge: 14,
ie: 9,
firefox: 52,
safari: 8,
android: 35,
chrome: 40,
edge: 18,
ie: 11,
firefox: 72,
safari: 12,
};

function buildTargets({ additionalTargets }) {
Expand Down

0 comments on commit c989b75

Please sign in to comment.