Skip to content

Commit

Permalink
chore: Add Repo to package.json (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase authored Dec 3, 2024
1 parent 421f32f commit 89e0730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cdp-agentkit-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@coinbase/cdp-agentkit-core",
"description": "CDP Agentkit core primitives",
"repository": "https://github.com/coinbase/cdp-agentkit-nodejs",
"version": "0.0.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions cdp-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@coinbase/cdp-langchain",
"version": "0.0.7",
"description": "Langchain Toolkit extension of CDP Agentkit",
"repository": "https://github.com/coinbase/cdp-agentkit-nodejs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
Expand Down

0 comments on commit 89e0730

Please sign in to comment.