Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 11, 2025
1 parent c5a911f commit 3eb6329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"lint": "eslint .",
"play": "npm -C playground run dev",
"prepublishOnly": "npm run build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"release": "bumpp && pnpm publish",
"start": "tsx src/index.ts",
"test": "vitest"
},
"peerDependencies": {
Expand Down Expand Up @@ -128,13 +128,11 @@
"@nuxt/schema": "^3.15.4",
"@types/node": "^22.13.1",
"bumpp": "^10.0.2",
"chalk": "^5.4.1",
"eslint": "^9.20.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"nodemon": "^3.1.9",
"rollup": "^4.34.6",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vitest": "^3.0.5",
Expand Down
26 changes: 3 additions & 23 deletions pnpm-lock.yaml

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

0 comments on commit 3eb6329

Please sign in to comment.