chore: Disable pnpm version check

This commit is contained in:
CharleeWa 2024-06-01 11:14:54 +08:00
parent f87929aa98
commit 0ccd966a87
3 changed files with 4 additions and 4 deletions

5
.npmrc
View File

@ -1,2 +1,3 @@
shamefully-hoist=true
strict-peer-dependencies=false
shamefully-hoist=true
strict-peer-dependencies=false
package-manager-strict=false

View File

@ -2,7 +2,7 @@
"name": "vue3-vant-mobile",
"type": "module",
"version": "2.3.4",
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.1.4",
"description": "Vue + Vite H5 Starter Template",
"license": "MIT",
"scripts": {

View File

@ -1,4 +1,3 @@
/* eslint-disable regexp/no-unused-capturing-group */
import fs from 'node:fs'
import process from 'node:process'