Skip to content

Commit

Permalink
chore: add keywords + homepage to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Feb 23, 2024
1 parent 46b45d9 commit 45c9d9d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@
"build": "rimraf dist dist-esm && tsc && tsc -p tsconfig.esm.json",
"prepublishOnly": "tsc && npm test"
},
"keywords": [],
"keywords": [
"install",
"modules",
"package manager",
"package.json",
"dependencies",
"npm"
],
"homepage": "https://jsr.io",
"author": "",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 45c9d9d

Please sign in to comment.