Skip to content

Commit 4075205

Browse files
0xRAGkylexqian
authored andcommitted
chore: fix package.json (coinbase#461)
1 parent 9a503d0 commit 4075205

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/create-onchain-agent/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "create-onchain-agent",
33
"description": "Instantly create onchain-agent applications with Coinbase AgentKit.",
4+
"repository": "https://github.com/coinbase/agentkit",
45
"version": "0.1.3",
5-
"license": "MIT",
6+
"author": "Coinbase Inc.",
7+
"license": "Apache-2.0",
68
"scripts": {
79
"build": "npm run clean && npm run build:esm+types",
810
"build:esm+types": "tsc --project tsconfig.build.json --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types",

0 commit comments

Comments
 (0)