Skip to content

Commit

Permalink
chore: revert pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jun 7, 2024
1 parent 02d6c2b commit 4e39665
Show file tree
Hide file tree
Showing 2 changed files with 4,400 additions and 5,414 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@
"author": "Hiroki Osame <[email protected]>",
"private": true,
"files": [],
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@8.15.8",
"scripts": {
"bench": "tsx packages/bench/benchmark/cli.ts",
"bench-all": "tsx packages/bench/benchmark-all/cli.ts",
"update-readme": "tsx packages/data/update-readme/index.ts",
"lint": "lint --cache . --ignore-pattern results",
"lint": "lintroll --cache . --ignore-pattern results",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@minification-benchmarks/artifacts": "*",
"@minification-benchmarks/minifiers": "*",
"@minification-benchmarks/utils": "*",
"@pvtnbr/eslint-config": "^1.2.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"lintroll": "^1.6.1",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
},
Expand Down
Loading

0 comments on commit 4e39665

Please sign in to comment.