Skip to content

Commit

Permalink
chore: update browserslist
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Apr 19, 2021
1 parent 43212a9 commit dfeb5b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vant/rem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
},
"browserslist": [
"Android >= 4.0",
"iOS >= 7"
"iOS >= 8"
]
}
2 changes: 1 addition & 1 deletion vant/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"browserslist": [
"Android >= 4.0",
"iOS >= 7"
"iOS >= 8"
]
}
2 changes: 1 addition & 1 deletion vant/viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
},
"browserslist": [
"Android >= 4.0",
"iOS >= 7"
"iOS >= 8"
]
}
2 changes: 1 addition & 1 deletion vant/vue-cli-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
},
"browserslist": [
"Android >= 4.0",
"iOS >= 7"
"iOS >= 8"
]
}
2 changes: 1 addition & 1 deletion vant/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
},
"browserslist": [
"Android >= 4.0",
"iOS >= 7"
"iOS >= 8"
]
}

0 comments on commit dfeb5b7

Please sign in to comment.