Skip to content

Commit

Permalink
fix: auto release error
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jun 15, 2024
1 parent 61d17c7 commit feb93bb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@9.3.0",
"description": "npm-lib-template",
"description": "icebreaker's npm-lib-template",
"author": "SonOfMagic <qq1324318532@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/sonofmagic/npm-lib-template#readme",
Expand All @@ -14,7 +14,12 @@
"bugs": {
"url": "https://github.com/sonofmagic/npm-lib-template/issues"
},
"keywords": [],
"keywords": [
"npm",
"lib",
"ts",
"template"
],
"exports": {
"./package.json": "./package.json",
".": {
Expand Down Expand Up @@ -78,4 +83,4 @@
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}
}

0 comments on commit feb93bb

Please sign in to comment.