Skip to content

Commit

Permalink
Make sure examples are not published to NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Nov 5, 2024
1 parent 6379a78 commit e20a498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/server-ai/examples/bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@launchdarkly/hello-ai-bedrock",
"version": "0.1.0",
"description": "LaunchDarkly AI SDK for Node.js",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/server-ai/examples/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@launchdarkly/hello-openai",
"version": "0.1.0",
"description": "LaunchDarkly AI SDK for Node.js",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit e20a498

Please sign in to comment.