Skip to content

Commit

Permalink
change name and description in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kisamoto committed Feb 28, 2024
1 parent fa88266 commit 2e949ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "openai",
"name": "@cognos/openai",
"version": "4.28.3",
"description": "The official TypeScript library for the OpenAI API",
"author": "OpenAI <support@openai.com>",
"description": "A fork of the official TypeScript library for the OpenAI API to provide additional Cognos functionality",
"author": "Cognos <support@cognos.io>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"type": "commonjs",
"repository": "github:openai/openai-node",
"repository": "github:cognos-io/openai-node",
"license": "Apache-2.0",
"packageManager": "yarn@1.22.21",
"files": [
Expand Down

0 comments on commit 2e949ef

Please sign in to comment.