Skip to content

Commit

Permalink
Merge pull request #35 from KID-joker/release-1.3.0
Browse files Browse the repository at this point in the history
release 1.3.0
  • Loading branch information
KID-joker authored Jan 8, 2025
2 parents 5da05be + 63e80c3 commit adb5e0a
Show file tree
Hide file tree
Showing 2 changed files with 606 additions and 873 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "npm-deprecated-check",
"type": "module",
"version": "1.2.0",
"version": "1.3.0",
"description": "Check for deprecated packages",
"author": "KID-joker <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,6 @@
"dev": "tsx ./src/cli.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "pnpm build && bumpp && pnpm publish --no-git-checks",
"test": "node --test",
"typecheck": "tsc --noEmit"
},
Expand All @@ -58,7 +57,6 @@
"@types/node": "^22.10.1",
"@types/semver": "^7.5.8",
"@types/yarnpkg__lockfile": "^1.1.9",
"bumpp": "^9.8.1",
"eslint": "^9.16.0",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
Expand Down
Loading

0 comments on commit adb5e0a

Please sign in to comment.