summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-27 04:10:56 -0400
committerDax Raad <[email protected]>2025-09-27 04:10:56 -0400
commit925ce6503e3672574ceaf02f2a03ad93abe587fd (patch)
treecf4f2ce38892c61dc5e75ce25971daadfb39a119 /packages/plugin/package.json
parent8a28d34fe919d13f1f9f1d9275c1761133c96aa5 (diff)
downloadopencode-925ce6503e3672574ceaf02f2a03ad93abe587fd.tar.gz
opencode-925ce6503e3672574ceaf02f2a03ad93abe587fd.zip
sync
Diffstat (limited to 'packages/plugin/package.json')
-rw-r--r--packages/plugin/package.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json
index 846990f5d..1fad1726a 100644
--- a/packages/plugin/package.json
+++ b/packages/plugin/package.json
@@ -8,14 +8,8 @@
"build": "tsc"
},
"exports": {
- ".": {
- "development": "./src/index.ts",
- "import": "./dist/index.js"
- },
- "./tool": {
- "development": "./src/tool.ts",
- "import": "./dist/tool.js"
- }
+ ".": "./src/index.ts",
+ "./tool": "./src/tool.ts"
},
"files": [
"dist"