Skip to content

Commit eaade74

Browse files
committed
3.1.0
1 parent 3d4b222 commit eaade74

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "openai",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Node.js library for the OpenAI API",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/openai/openai-node.git"
7+
"url": "git@github.com:openai/openai-node.git"
88
},
99
"keywords": [
1010
"openai",
@@ -13,10 +13,6 @@
1313
"gpt-3",
1414
"gpt3"
1515
],
16-
"repository": {
17-
"type": "git",
18-
"url": "git@github.com:openai/openai-node.git"
19-
},
2016
"author": "OpenAI",
2117
"license": "MIT",
2218
"main": "./dist/index.js",

0 commit comments

Comments
 (0)