mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-25 02:56:26 +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",
|
"name": "documents",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"packageManager": "pnpm@9",
|
"packageManager": "pnpm@9.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"pnpm": "^9.14.3"
|
"pnpm": "^9.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue