Skip to content

Commit 073d14c

Browse files
authored
chore(release): v0.24.2 — add the repository field provenance requires (#308)
Add package.json repository (plus homepage and bugs) so npm can verify the provenance attestation, which rejected the v0.24.1 publish with E422. Bump to 0.24.2 so the published tarball's attestation points at its own tag.
1 parent d3e64bd commit 073d14c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "moshcode",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"type": "module",
55
"description": "moshcode — a metal wrapper for coding engines and native UGig/CoinPay workflow CLIs, with OpenPRD and moshscript",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/moshcoder/moshcode.git"
9+
},
10+
"homepage": "https://github.com/moshcoder/moshcode#readme",
11+
"bugs": {
12+
"url": "https://github.com/moshcoder/moshcode/issues"
13+
},
614
"bin": {
715
"moshcode": "./bin/moshcode.mjs",
816
"moshscript": "./bin/moshscript.mjs"

0 commit comments

Comments
 (0)