Skip to content

Commit

Permalink
Publish gravityjs parent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Nov 15, 2023
1 parent f019fc2 commit 1032c9e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the following line to an `.npmrc` file in your project root:
Then run:

```bash
npm install gravityjs
npm install @gravity-bridge/gravityjs
```

Or:
Expand All @@ -43,7 +43,7 @@ npmScopes:
Then run:
```bash
yarn add gravityjs
yarn add @gravity-bridge/gravityjs
```

Or:
Expand Down
27 changes: 24 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gravityjs",
"name": "@gravity-bridge/gravityjs",
"version": "0.0.1",
"main": "index.js",
"types": "dist/index.d.ts",
Expand All @@ -8,7 +8,10 @@
"access": "public"
},
"author": "Christian Borst <[email protected]>",
"repository": "https://github.com/Gravity-Bridge/gravityjs",
"repository": {
"type": "git",
"url": "git+https://github.com/Gravity-Bridge/gravityjs.git"
},
"workspaces": {
"packages": [
"packages/*"
Expand Down Expand Up @@ -83,5 +86,23 @@
},
"dependencies": {
"@bufbuild/protobuf": "^1.3.0"
}
},
"description": "JS and TS libs for interacting with Gravity Bridge via Ethereum wallets like MetaMask",
"bugs": {
"url": "https://github.com/Gravity-Bridge/gravityjs/issues"
},
"homepage": "https://github.com/Gravity-Bridge/gravityjs#readme",
"directories": {
"doc": "docs",
"example": "examples"
},
"keywords": [
"Gravity",
"GravityBridge",
"Gravity-Bridge",
"GravityJS",
"EIP712",
"Keplr",
"MetaMask"
]
}

0 comments on commit 1032c9e

Please sign in to comment.