Skip to content

Commit

Permalink
set all example packages as private
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed Nov 17, 2024
1 parent d5488b1 commit 48c4a68
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"private": true,
"scripts": {
"start": "node lib/index.js",
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions examples/cohere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"private": true,
"scripts": {
"start": "node lib/index.js",
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions examples/groq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"private": true,
"scripts": {
"start": "node lib/index.js",
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions examples/mistral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"private": true,
"scripts": {
"start": "node lib/index.js",
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions examples/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"private": true,
"scripts": {
"start": "node lib/index.js",
"build": "tsc",
Expand Down

0 comments on commit 48c4a68

Please sign in to comment.