Skip to content

Commit

Permalink
build(e2e): remove useless browserslist in e2e release sample package…
Browse files Browse the repository at this point in the history
….json
  • Loading branch information
ivangabriele authored and louptheron committed Sep 26, 2024
1 parent 1581c0a commit 398e20a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions e2e/release/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,5 @@
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

0 comments on commit 398e20a

Please sign in to comment.