Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Jan 30, 2023
1 parent 83c31fb commit cd31597
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"name": "@warp-protocol/sdk",
"name": "@terra-money/warp-sdk",
"repository": {
"type": "git",
"url": "https://github.com/terra-money/warp-sdk.git"
},
"description": "Sdk for interacting with Warp protocol on Terra.",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"author": "",
"bugs": {
"url": "https://github.com/terra-money/warp-sdk/issues"
},
"homepage": "https://github.com/terra-money/warp-sdk#readme",
"version": "0.1.0",
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit cd31597

Please sign in to comment.