Skip to content

Commit 4c889e7

Browse files
authored
Add repo to package.json (#33)
* Add repo * Bump version number
1 parent af93c86 commit 4c889e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/api/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "@messari/sdk",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": false,
55
"description": "Messari SDK provides a type-safe, intuitive interface for accessing Messari's suite of crypto data and AI APIs.",
66
"author": "Messari Engineering",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/messari/MessariKit"
10+
},
711
"keywords": ["messari", "crypto", "ai", "agent", "bitcoin", "ethereum"],
812
"main": "dist/index.js",
913
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)