From: Haoqun Jiang Date: Wed, 9 Apr 2025 12:56:13 +0000 (+0800) Subject: chore: add devEngines field X-Git-Tag: v3.17.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cacd1454d46b346fec5faf5b8b4efa75419f17c;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: add devEngines field For now it's not very useful except for preventing `npm install` from running on the project. Renovate doesn't pick this field up yet, but it's fine as we are using a semver range here. --- diff --git a/package.json b/package.json index 75128467..d37ef351 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,13 @@ "engines": { "node": ">=v18.3.0" }, + "devEngines": { + "packageManager": { + "name": "pnpm", + "onFail": "download", + "version": ">= 10.7.1" + } + }, "scripts": { "prepare": "husky", "format": "prettier --write .",