We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ded07 commit e370e6fCopy full SHA for e370e6f
.browserslistrc
@@ -0,0 +1,4 @@
1
+chrome >= 79
2
+firefox >= 85
3
+safari >= 13
4
+edge >= 88
package.json
@@ -7,12 +7,6 @@
7
"type": "git",
8
"url": "https://github.com/adobe/react-spectrum"
9
},
10
- "browserslist": [
11
- "chrome >= 88",
12
- "firefox >= 85",
13
- "safari >= 13",
14
- "edge >= 88"
15
- ],
16
"scripts": {
17
"check-types": "tsc",
18
"install-16": "yarn add -W react@^16.8.0 react-dom@^16.8.0",
0 commit comments