diff options
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index aaaac8a..5b5719f 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,6 @@ "uninject": "node scripts/patcher/uninstall.js", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "lint:fix": "pnpm lint --fix" - } + }, + "packageManager": "pnpm@7.12.2" } |