Skip to content

Commit acab302

Browse files
committed
fix(release): set repository in @harmont/hm package.json for npm provenance
npm publish --provenance rejected 0.0.7 with E422: package.json repository.url was empty but the sigstore provenance bundle expects it to match https://github.com/harmont-dev/harmont-cli.
1 parent db9d57c commit acab302

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

crates/hm-dsl-engine/harmont-ts/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@harmont/hm",
33
"version": "0.0.0-dev",
44
"type": "module",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/harmont-dev/harmont-cli.git",
8+
"directory": "crates/hm-dsl-engine/harmont-ts"
9+
},
510
"exports": {
611
".": {
712
"import": "./dist/index.js",

0 commit comments

Comments
 (0)