Skip to content

Commit 2a475e1

Browse files
committed
Added browserlist configuration
1 parent 9fd6acd commit 2a475e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"lib",
88
"site"
99
],
10+
"browserslist": [
11+
"last 2 version"
12+
],
1013
"main": "index.js",
1114
"scripts": {
1215
"dev": "concurrently \"yarn lib:dev\" \"yarn site:dev\"",

0 commit comments

Comments
 (0)