Skip to content

Commit

Permalink
hotfix: required metadata for npm provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 19, 2024
1 parent 369ecc9 commit 88dca56
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/gradle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
"provenance": true,
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/elide-dev/jpms",
"directory": "packages/maven"
},
"bugs": {
"url": "https://github.com/elide-dev/jpms/issues"
},
"author": {
"name": "Sam Gammon",
"url": "https://github.com/sgammon"
},
"scripts": {
"test:bun": "bun test",
"test:node": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
"provenance": true,
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/elide-dev/jpms",
"directory": "packages/indexer"
},
"bugs": {
"url": "https://github.com/elide-dev/jpms/issues"
},
"author": {
"name": "Sam Gammon",
"url": "https://github.com/sgammon"
},
"scripts": {
"index": "bun run build && bun dist/indexer.mjs ../../repository",
"test:bun": "bun test",
Expand Down
12 changes: 12 additions & 0 deletions packages/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@
"provenance": true,
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/elide-dev/jpms",
"directory": "packages/java"
},
"bugs": {
"url": "https://github.com/elide-dev/jpms/issues"
},
"author": {
"name": "Sam Gammon",
"url": "https://github.com/sgammon"
},
"scripts": {
"test:bun": "bun test",
"test:node": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
"provenance": true,
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/elide-dev/jpms",
"directory": "packages/maven"
},
"bugs": {
"url": "https://github.com/elide-dev/jpms/issues"
},
"author": {
"name": "Sam Gammon",
"url": "https://github.com/sgammon"
},
"scripts": {
"test:bun": "bun test",
"test:node": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
Expand Down

0 comments on commit 88dca56

Please sign in to comment.