Skip to content

Commit

Permalink
fix: packageManager error
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Jun 11, 2024
1 parent d20896d commit 621f493
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![][banner]

![][node]
![][pnpm]
![][bun]

![][tauri]
![][vue]
Expand Down Expand Up @@ -73,7 +73,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

[banner]: https://socialify.git.ci/armoe-project/amcl-app/image?description=1&font=Inter&forks=1&issues=1&language=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Farmoe-project%2Famcl-app%2Fmain%2Fsrc-tauri%2Ficons%2Ficon.png&owner=1&pulls=1&stargazers=1&theme=Auto
[node]: https://img.shields.io/badge/node-18-blue?style=for-the-badge
[pnpm]: https://img.shields.io/github/package-json/packageManager/armoe-project/amcl-app?style=for-the-badge
[bun]: https://img.shields.io/github/package-json/packageManager/armoe-project/amcl-app?style=for-the-badge
[tauri]: https://img.shields.io/github/package-json/dependency-version/armoe-project/amcl-app/@tauri-apps/api?label=tauri&style=for-the-badge
[vue]: https://img.shields.io/github/package-json/dependency-version/armoe-project/amcl-app/vue?style=for-the-badge
[naive-ui]: https://img.shields.io/github/package-json/dependency-version/armoe-project/amcl-app/naive-ui?style=for-the-badge
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![][banner]

![][node]
![][pnpm]
![][bun]

![][tauri]
![][vue]
Expand Down Expand Up @@ -61,7 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

[banner]: https://socialify.git.ci/armoe-project/amcl-app/image?description=1&font=Inter&forks=1&issues=1&language=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Farmoe-project%2Famcl-app%2Fmain%2Fsrc-tauri%2Ficons%2Ficon.png&owner=1&pulls=1&stargazers=1&theme=Auto
[node]: https://img.shields.io/badge/node-18-blue?style=for-the-badge
[pnpm]: https://img.shields.io/github/package-json/packageManager/armoe-project/amcl-app?style=for-the-badge
[bun]: https://img.shields.io/github/package-json/packageManager/armoe-project/amcl-app?style=for-the-badge
[tauri]: https://img.shields.io/github/package-json/dependency-version/armoe-project/amcl-app/@tauri-apps/api?label=tauri&style=for-the-badge
[vue]: https://img.shields.io/github/package-json/dependency-version/armoe-project/amcl-app/vue?style=for-the-badge
[naive-ui]: https://img.shields.io/github/package-json/dependency-version/armoe-project/amcl-app/naive-ui?style=for-the-badge
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"vite": "^5.2.13",
"vue-tsc": "^2.0.21"
},
"packageManager": "pnpm@8.15.4+sha512.0bd3a9be9eb0e9a692676deec00a303ba218ba279d99241475616b398dbaeedd11146f92c2843458f557b1d127e09d4c171e105bdcd6b61002b39685a8016b9e"
"packageManager": "bun@1.1.11"
}

0 comments on commit 621f493

Please sign in to comment.