Skip to content

Commit

Permalink
chore(pkg): remove useless packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Aug 22, 2024
1 parent 4c63e1e commit 688aef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"scripts": {
"build": "tsup",
"release": "release-it",
"lint": "tsc && eslint ."
"lint": "tsc && eslint .",
"test": "bun test"
},
"files": [
"dist"
Expand Down Expand Up @@ -54,7 +55,7 @@
"publish": false
},
"hooks": {
"before:init": "pnpm lint"
"before:init": "pnpm test && pnpm lint"
}
},
"devDependencies": {
Expand All @@ -64,7 +65,6 @@
"@types/node": "^22.4.1",
"@types/node-forge": "^1.3.11",
"@types/pako": "^2.0.3",
"@types/set-cookie-parser": "^2.4.10",
"@typescript-eslint/parser": "^8.2.0",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
Expand All @@ -77,7 +77,6 @@
"@literate.ink/utilities": "1.0.0-10479345192.1",
"html-entities": "^2.5.2",
"node-forge": "^1.3.1",
"pako": "^2.1.0",
"set-cookie-parser": "^2.7.0"
"pako": "^2.1.0"
}
}
13 changes: 0 additions & 13 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 688aef7

Please sign in to comment.