Skip to content

Commit e20a498

Browse files
committed
Make sure examples are not published to NPM.
1 parent 6379a78 commit e20a498

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/sdk/server-ai/examples/bedrock/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@launchdarkly/hello-ai-bedrock",
33
"version": "0.1.0",
44
"description": "LaunchDarkly AI SDK for Node.js",
5+
"private": true,
56
"main": "dist/index.js",
67
"types": "dist/index.d.ts",
78
"type": "commonjs",

packages/sdk/server-ai/examples/openai/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@launchdarkly/hello-openai",
33
"version": "0.1.0",
44
"description": "LaunchDarkly AI SDK for Node.js",
5+
"private": true,
56
"main": "dist/index.js",
67
"types": "dist/index.d.ts",
78
"scripts": {

0 commit comments

Comments
 (0)