Skip to content

Commit

Permalink
feat: upgrade packlist
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Nov 4, 2024
1 parent 87a7653 commit 115379d
Show file tree
Hide file tree
Showing 6 changed files with 251 additions and 177 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bin": "dist/index.js",
"packageManager": "pnpm@9.12.1",
"scripts": {
"build": "pkgroll --minify --target=node12.19",
"build": "pkgroll --minify --export-condition=node --target=node12.19",
"lint": "lintroll --cache .",
"type-check": "tsc --noEmit",
"test": "tsx tests",
Expand All @@ -33,15 +33,16 @@
"yoga-layout-prebuilt": "^1.10.0"
},
"devDependencies": {
"@types/node": "^22.8.6",
"@types/npm-packlist": "^3.0.0",
"@types/node": "^22.8.7",
"@types/npm-packlist": "^7.0.3",
"@types/npmcli__package-json": "^4.0.4",
"clean-pkg-json": "^1.2.0",
"cleye": "^1.3.2",
"execa": "^8.0.1",
"execa": "^9.5.1",
"fs-fixture": "^2.6.0",
"lintroll": "^1.10.0",
"manten": "^1.3.0",
"npm-packlist": "^5.1.1",
"npm-packlist": "^9.0.0",
"pkgroll": "^2.5.1",
"tasuku": "^2.0.1",
"tsx": "^4.19.2",
Expand Down
Loading

0 comments on commit 115379d

Please sign in to comment.