mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
⬆️ Upgrade pnpm
This commit is contained in:
parent
65b52a2bc6
commit
16913fb065
3 changed files with 3 additions and 3 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
## NPM dependencies
|
## NPM dependencies
|
||||||
|
|
||||||
Install pnpm: `npm install -g pnpm@10.15.0`
|
Install pnpm: `npm install -g pnpm@10.15.1`
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>For China mainland</summary>
|
<summary>For China mainland</summary>
|
||||||
|
|
2
.github/CONTRIBUTING_zh_CN.md
vendored
2
.github/CONTRIBUTING_zh_CN.md
vendored
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
## NPM 依赖
|
## NPM 依赖
|
||||||
|
|
||||||
安装 pnpm:`npm install -g pnpm@10.15.0`
|
安装 pnpm:`npm install -g pnpm@10.15.1`
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>适用于中国大陆</summary>
|
<summary>适用于中国大陆</summary>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Refactor your thinking",
|
"description": "Refactor your thinking",
|
||||||
"homepage": "https://b3log.org/siyuan",
|
"homepage": "https://b3log.org/siyuan",
|
||||||
"main": "./electron/main.js",
|
"main": "./electron/main.js",
|
||||||
"packageManager": "pnpm@10.15.0",
|
"packageManager": "pnpm@10.15.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint . --fix --cache",
|
"lint": "eslint . --fix --cache",
|
||||||
"dev": "webpack --mode development",
|
"dev": "webpack --mode development",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue