Skip to content

Commit

Permalink
Update package json with repository data (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
odcheung authored May 13, 2022
1 parent c0b7afc commit 15ccea3
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orca-so/whirlpools-sdk",
"version": "0.1.3",
"description": "Provides functions to generate instructions needed for Orca's Whirlpool contracts",
"description": "Typescript SDK to interact with Orca's Whirlpool program.",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,5 +40,23 @@
},
"files": [
"/dist"
]
],
"repository": {
"type": "git",
"url": "git+https://github.com/orca-so/whirlpools.git"
},
"keywords": [
"orca_so",
"orca",
"solana",
"typescript",
"sdk",
"crypto",
"dex"
],
"author": "[email protected]",
"bugs": {
"url": "https://github.com/orca-so/whirlpools/issues"
},
"homepage": "https://www.orca.so"
}

0 comments on commit 15ccea3

Please sign in to comment.