Skip to content

Commit

Permalink
Add: repository details in package json file
Browse files Browse the repository at this point in the history
  • Loading branch information
SANTHOSH17-DOT committed Oct 14, 2023
1 parent f9f3482 commit 9ca42ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js Package

on:
release:
types: [created]
types: [published]

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"bin": {
"statik": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SANTHOSH17-DOT/statik"
},
"keywords": ["version-control","ipfs","p2p","web3","filestorage"],
"author": "Santhosh Murugaiah",
"license": "ISC",
Expand Down

0 comments on commit 9ca42ab

Please sign in to comment.