summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-03-05 09:42:57 -0500
committerDax Raad <[email protected]>2026-03-05 09:45:30 -0500
commitbb37e908ad4a179313564c86bd67e8d31a382493 (patch)
tree82a501154df74558652c8c77355a8e2128865f4b /packages/sdk
parentd802e28381cf798d2f59f5740012fa4e9e6c5cdc (diff)
downloadopencode-bb37e908ad4a179313564c86bd67e8d31a382493.tar.gz
opencode-bb37e908ad4a179313564c86bd67e8d31a382493.zip
ci: remove unused publishConfig that was breaking npm publishing
Diffstat (limited to 'packages/sdk')
-rw-r--r--packages/sdk/js/package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json
index e3c8c9d01..4631f785f 100644
--- a/packages/sdk/js/package.json
+++ b/packages/sdk/js/package.json
@@ -27,8 +27,5 @@
"typescript": "catalog:",
"@typescript/native-preview": "catalog:"
},
- "dependencies": {},
- "publishConfig": {
- "directory": "dist"
- }
+ "dependencies": {}
}