]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: remove devEngines for now
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 24 Jun 2025 08:27:29 +0000 (16:27 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 24 Jun 2025 08:27:29 +0000 (16:27 +0800)
Let's wait until pnpm's official support.
https://github.com/pnpm/pnpm/issues/8153

Currently this field made `pnpm version` failing because it runs
`npm version` under the hood.

package.json

index 5cbf569ae880731ba52868ea0b01e9d9fe95efa8..3d9804bbda39d9ac40efcd81454ad94c8d1da7ea 100644 (file)
   "engines": {
     "node": ">=v20.0.0"
   },
-  "devEngines": {
-    "packageManager": {
-      "name": "pnpm",
-      "onFail": "download",
-      "version": ">= 10.7.1"
-    }
-  },
   "scripts": {
     "prepare": "husky",
     "format": "prettier --write .",