chore: Disable pnpm version check
This commit is contained in:
parent
f87929aa98
commit
0ccd966a87
5
.npmrc
5
.npmrc
|
|
@ -1,2 +1,3 @@
|
|||
shamefully-hoist=true
|
||||
strict-peer-dependencies=false
|
||||
shamefully-hoist=true
|
||||
strict-peer-dependencies=false
|
||||
package-manager-strict=false
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* eslint-disable regexp/no-unused-capturing-group */
|
||||
import fs from 'node:fs'
|
||||
import process from 'node:process'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue