Skip to content

Commit d8ea2fd

Browse files
committed
make CrewAI package public
1 parent 1e4dfed commit d8ea2fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

typescript-sdk/integrations/crewai/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"files": [
1010
"dist/**"
1111
],
12+
"private": false,
13+
"publishConfig": {
14+
"access": "public"
15+
},
1216
"scripts": {
1317
"build": "tsup",
1418
"dev": "tsup --watch",

0 commit comments

Comments
 (0)