Skip to content

Commit d9aeced

Browse files
committed
fix: add repository and license fields for npm provenance
1 parent a7c7176 commit d9aeced

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"import": "./dist/src/api.js"
2525
}
2626
},
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/Two-Weeks-Team/opencode-status-hud"
30+
},
31+
"license": "MIT",
2732
"engines": {
2833
"node": ">=22"
2934
},

0 commit comments

Comments
 (0)