Skip to content

Commit

Permalink
chore(package.json): update author information and add files to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Sep 22, 2024
1 parent f9e97f6 commit 5be6dfe
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"test": "vitest run --config vitest.config.ts",
"prepare": "node .husky/install.mjs"
},
"author": "https://github.com/ghoshRitesh12",
"author": {
"name": "Ritesh Ghosh",
"url": "https://github.com/ghoshRitesh12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghoshRitesh12/aniwatch.git"
Expand Down Expand Up @@ -44,5 +47,10 @@
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
},
"files": [
"dist",
"LICENSE",
"package.json"
]
}

0 comments on commit 5be6dfe

Please sign in to comment.