mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 02:18:23 +08:00
pnpm 10 changed the lockfile syntax slightly, so we need to keep everyone using v9 until we handle the upgrade.
15 lines
322 B
JSON
Vendored
15 lines
322 B
JSON
Vendored
{
|
|
"name": "deprecation-silencer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Silence deprecation in the build",
|
|
"author": "Discourse",
|
|
"license": "GPL-2.0-only",
|
|
"keywords": [],
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": "^9"
|
|
}
|
|
}
|