We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd6acd commit 2a475e1Copy full SHA for 2a475e1
package.json
@@ -7,6 +7,9 @@
7
"lib",
8
"site"
9
],
10
+ "browserslist": [
11
+ "last 2 version"
12
+ ],
13
"main": "index.js",
14
"scripts": {
15
"dev": "concurrently \"yarn lib:dev\" \"yarn site:dev\"",
0 commit comments