Skip to content

Commit

Permalink
add: repo link in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Fubinator committed Jun 24, 2024
1 parent 0c08e09 commit 4619862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish
run: npm publish --provenance --access public
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"browser": "dist/index.js",
"main": "dist_node/index.js",
"type": "module",
"description": "",
"description": "kodado's javascript client",
"repository": {
"type": "git",
"url": "https://github.com/kodado/kodado-js.git"
},
"scripts": {
"build": "bun run build.mjs",
"prepublishOnly": "bun run build",
Expand Down

0 comments on commit 4619862

Please sign in to comment.