Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/fix-native-package-publishing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@caplets/opencode": patch
"@caplets/pi": patch
---

Add repository metadata required for npm trusted publishing.
11 changes: 11 additions & 0 deletions packages/opencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"name": "@caplets/opencode",
"version": "0.1.1",
"description": "Native OpenCode plugin for Caplets.",
"homepage": "https://github.com/spiritledsoftware/caplets#readme",
"bugs": {
"url": "https://github.com/spiritledsoftware/caplets/issues"
},
"license": "MIT",
"author": "Spirit-Led Software LLC",
"repository": {
"type": "git",
"url": "git+https://github.com/spiritledsoftware/caplets.git",
"directory": "packages/opencode"
},
"files": [
"dist",
"README.md"
Expand Down
11 changes: 11 additions & 0 deletions packages/pi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"name": "@caplets/pi",
"version": "0.1.1",
"description": "Native Pi extension for Caplets.",
"homepage": "https://github.com/spiritledsoftware/caplets#readme",
"bugs": {
"url": "https://github.com/spiritledsoftware/caplets/issues"
},
"license": "MIT",
"author": "Spirit-Led Software LLC",
"repository": {
"type": "git",
"url": "git+https://github.com/spiritledsoftware/caplets.git",
"directory": "packages/pi"
},
"files": [
"dist",
"README.md"
Expand Down
Loading