mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
sync
This commit is contained in:
parent
8a28d34fe9
commit
925ce6503e
10 changed files with 43 additions and 44 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue