From 1032c9e03255abba32cf1959e18e0f8f3e50ef43 Mon Sep 17 00:00:00 2001 From: Christian Borst Date: Wed, 15 Nov 2023 14:47:33 -0500 Subject: [PATCH] Publish gravityjs parent repo --- README.md | 4 ++-- package.json | 27 ++++++++++++++++++++++++--- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8acccf1..b7341a2 100644 --- a/README.md +++ b/README.md @@ -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: @@ -43,7 +43,7 @@ npmScopes: Then run: ```bash -yarn add gravityjs +yarn add @gravity-bridge/gravityjs ``` Or: diff --git a/package.json b/package.json index a603290..4bb3292 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gravityjs", + "name": "@gravity-bridge/gravityjs", "version": "0.0.1", "main": "index.js", "types": "dist/index.d.ts", @@ -8,7 +8,10 @@ "access": "public" }, "author": "Christian Borst ", - "repository": "https://github.com/Gravity-Bridge/gravityjs", + "repository": { + "type": "git", + "url": "git+https://github.com/Gravity-Bridge/gravityjs.git" + }, "workspaces": { "packages": [ "packages/*" @@ -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" + ] }