Skip to content

Commit d2c0d16

Browse files
fix: add repository.url to package.json (#243)
This commit adds repository.url which is required for build attestation
1 parent 61bbff7 commit d2c0d16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"homepage": "https://github.com/bytecodealliance/componentize-js#readme",
55
"description": "ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding",
66
"type": "module",
7+
"repository": {
8+
"url": "https://github.com/bytecodealliance/ComponentizeJS"
9+
},
710
"bin": {
811
"componentize-js": "src/cli.js"
912
},

0 commit comments

Comments
 (0)