Skip to content

Commit

Permalink
chore: upgrade packageManager version and pin it with volta
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-layne committed Aug 24, 2024
1 parent aaa5853 commit b528ca5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@laynezh/vite-plugin-lib-assets",
"type": "module",
"version": "0.5.23",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.2",
"description": "A Vite Plugin extracts resource files referenced in library mode instead of embedded them as base64.",
"license": "MIT",
"homepage": "https://github.com/laynezh/vite-plugin-lib-assets#readme",
Expand Down Expand Up @@ -81,6 +81,7 @@
"vitest": "^1.2.2"
},
"volta": {
"node": "18.16.1"
"node": "18.16.1",
"pnpm": "8.6.2"
}
}

0 comments on commit b528ca5

Please sign in to comment.