Skip to content

Commit 68c51f6

Browse files
committed
Include all files in sdk & common subdirs
1 parent 84dd64a commit 68c51f6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@codebuff/sdk",
33
"private": false,
44
"access": "public",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"description": "Official SDK for Codebuff — AI coding agent & framework",
77
"license": "MIT",
88
"type": "module",

sdk/scripts/publish.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ function main() {
5454

5555
// Update files field to include all built files
5656
packageJson.files = [
57-
'*.js',
58-
'*.d.ts',
59-
'*.d.ts.map',
57+
'sdk/',
58+
'common/',
6059
'README.md',
6160
'CHANGELOG.md'
6261
]

0 commit comments

Comments
 (0)