Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhe141 committed Jan 24, 2024
1 parent 40d6461 commit c97fdb8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
"vite": "^4.4.11",
"vue": "^3.3.4",
"vue-tsc": "^1.8.22"
},
"packageManager": "pnpm@8.12.1",
"engines": {
"node": ">=18.17.0"
}
}
6 changes: 6 additions & 0 deletions packages/linzhe-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# linzhe-tools

## 0.0.10

### Patch Changes

- chore: update package.json

## 0.0.9

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/linzhe-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"version": "0.0.9",
"version": "0.0.10",
"publishConfig": {
"access": "public"
},
Expand All @@ -17,6 +17,7 @@
"import": "./dist/style/style.css"
}
},
"homepage": "https://linzhe-tools-docs.vercel.app",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
### 📝 [document](https://linzhe-tools-docs.vercel.app/)

### 📢 发布流程
### 📢 手动发布流程

本项目使用[`changeset`](https://github.com/changesets/changesets)进行管理变更集和 `npm` 的发布

Expand Down

0 comments on commit c97fdb8

Please sign in to comment.