Skip to content

Commit de6261b

Browse files
sionsmithclaude
andcommitted
fix: normalize repository URL in package.json
npm publish warned about the repository URL format. Ran `npm pkg fix` to correct it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d8cd3cf commit de6261b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
],
5151
"repository": {
5252
"type": "git",
53-
"url": "https://github.com/osodevops/keito-node.git"
53+
"url": "git+https://github.com/osodevops/keito-node.git"
5454
}
5555
}

0 commit comments

Comments
 (0)