mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
fix pnpm
This commit is contained in:
parent
21818bdff3
commit
e1dcbdfa51
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "documents",
|
||||
"version": "1.0.0",
|
||||
"packageManager": "pnpm@9",
|
||||
"packageManager": "pnpm@9.0.0",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"keywords": [],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"pnpm": "^9.14.3"
|
||||
"pnpm": "^9.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vitest",
|
||||
|
|
|
|||
Loading…
Reference in a new issue