Skip to content

Commit c4e8988

Browse files
ryanioclaude
andauthored
Fix package.json repository field format (#492)
Convert repository field from string to object format with type and url fields to address npm publish warnings. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 11aa30a commit c4e8988

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"license": "MIT",
66
"author": "OpenSea Developers",
77
"homepage": "https://docs.opensea.io/reference/stream-api-overview",
8-
"repository": "https://github.com/ProjectOpenSea/stream-js",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/ProjectOpenSea/stream-js.git"
11+
},
912
"bugs": {
1013
"url": "https://github.com/ProjectOpenSea/stream-js/issues"
1114
},

0 commit comments

Comments
 (0)