Skip to content

Commit 46970b6

Browse files
committed
1.0.9
goddamnit
1 parent 59f6773 commit 46970b6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"name": "@moonlight-mod/create-extension",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
4+
"packageManager": "pnpm@10.7.1",
45
"license": "MIT",
56
"repository": {
67
"type": "git",
78
"url": "git+https://github.com/moonlight-mod/create-extension.git"
89
},
10+
"engines": {
11+
"node": ">=22",
12+
"pnpm": ">=10",
13+
"npm": "pnpm",
14+
"yarn": "pnpm"
15+
},
916
"main": "index.js",
1017
"bin": "index.js",
1118
"type": "module",

0 commit comments

Comments
 (0)