Skip to content

Commit

Permalink
feat: Add repository to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Sep 11, 2023
1 parent a884bc4 commit 4b647ca
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 @@ -10,8 +10,16 @@
"test": "npx jest",
"format": "npx prettier . --write"
},
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ryohidaka/npm-package-template.git"
},
"author": "ryohidaka",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryohidaka/npm-package-template/issues"
},
"homepage": "https://github.com/ryohidaka/npm-package-template#readme",
"devDependencies": {
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.6.0",
Expand Down

0 comments on commit 4b647ca

Please sign in to comment.