Skip to content

Commit

Permalink
fix(web): put the browser list to the correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
vydimitrov committed Jan 15, 2021
1 parent a88c8c8 commit 2e4d510
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,5 @@
},
"lint-staged": {
"*.{js,jsx}": "eslint --fix"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}
}
7 changes: 6 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,10 @@
"lib",
"types"
],
"types": "types/CountdownCircleTimer.d.ts"
"types": "types/CountdownCircleTimer.d.ts",
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}

0 comments on commit 2e4d510

Please sign in to comment.