We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5805fa commit 59011c1Copy full SHA for 59011c1
.changeset/sweet-showers-change.md
@@ -0,0 +1,5 @@
1
+---
2
+"@sv443-network/userutils": patch
3
4
+
5
+Remove package.json engines field
package.json
@@ -14,11 +14,6 @@
14
"import": "./dist/index.js"
15
}
16
},
17
- "engines": {
18
- "pnpm": ">=9",
19
- "npm": "please-use-pnpm",
20
- "yarn": "please-use-pnpm"
21
- },
22
"type": "module",
23
"scripts": {
24
"lint": "eslint . && tsc --noEmit",
0 commit comments