Skip to content

Commit

Permalink
chore(projects): use engines replace packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 25, 2024
1 parent 09f6464 commit dcd51f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "soybean-admin",
"type": "module",
"version": "1.0.5",
"packageManager": "pnpm@9.0.5",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",
Expand All @@ -27,6 +26,10 @@
"ant-design-vue v4",
"UnoCSS"
],
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.15.0"
},
"scripts": {
"build": "vite build --mode prod",
"build:test": "vite build --mode test",
Expand Down

0 comments on commit dcd51f4

Please sign in to comment.