Skip to content

Commit 219dc70

Browse files
committed
Remove build, add packageManager
1 parent bb56721 commit 219dc70

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
"prettier": "prettier -w src/**"
4444
},
4545
"browserslist": {
46-
"production": [">0.2%", "not dead", "not op_mini all"],
46+
"production": [
47+
">0.2%",
48+
"not dead",
49+
"not op_mini all"
50+
],
4751
"development": [
4852
">0.2%",
4953
"not dead",
@@ -72,5 +76,6 @@
7276
"prettier": "^2.8.4",
7377
"vite": "^4.4.9",
7478
"vite-plugin-eslint": "^1.8.1"
75-
}
79+
},
80+
"packageManager": "yarn@1.22.19"
7681
}

0 commit comments

Comments
 (0)