Skip to content

Commit

Permalink
fix: remove pnpm restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Dec 15, 2023
1 parent 91f3fb0 commit 6354c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-public-typescript",
"version": "2.2.3",
"description": "vite plugin for dynamic compilation of typescript to javascript. 动态编译 typescript 至 javascript 的 vite插件",
"description": "vite plugin for inject typescript into html. 在html中注入ts脚本的vite插件",
"type": "module",
"keywords": [
"vite",
Expand Down Expand Up @@ -55,7 +55,6 @@
"test:serve": "vitest run -c vitest.config.e2e.ts",
"test:build": "cross-env VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
"lint": "eslint . --fix",
"preinstall": "npx only-allow pnpm",
"up": "pnpm update --i --L",
"taze": "taze -I -r -w",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6354c83

Please sign in to comment.