From 98194638d1028020fc6776874059fac07a202b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Varga-Somogyi=20=C3=81kos?= Date: Tue, 29 Aug 2023 14:32:39 +0200 Subject: [PATCH] Update package.json fields --- package.json | 11 ++++++++--- snap.manifest.json | 6 +++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 34f19ad..9a6944b 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,24 @@ { "name": "@elli-wallet/sui-snap", "version": "1.0.0", - "description": "", + "description": "The Sui Snap.", "main": "src/index.js", "scripts": { "start": "mm-snap build && mm-snap serve", "build": "mm-snap build", "deploy": "npm run build && npm publish" }, - "author": "", + "homepage": "https://github.com/solflare-wallet/sui-snap", + "author": "Solflare Developers ", "license": "ISC", + "repository": { + "type": "git", + "url": "https://github.com/solflare-wallet/sui-snap.git" + }, + "bugs": "https://github.com/solflare-wallet/sui-snap/issues", "files": [ "dist/", "logo.svg", - "snap.config.json", "snap.manifest.json" ], "dependencies": { diff --git a/snap.manifest.json b/snap.manifest.json index 65b0cf2..55d30d2 100644 --- a/snap.manifest.json +++ b/snap.manifest.json @@ -2,8 +2,12 @@ "version": "1.0.0", "description": "The Sui Snap.", "proposedName": "Sui Manager", + "repository": { + "type": "git", + "url": "https://github.com/solflare-wallet/sui-snap.git" + }, "source": { - "shasum": "GfyqCjrmVUnxXyre3Zfm8ahjmqyTAZ1pCPxen4XVHVk=", + "shasum": "gA9i/fjQgWBG2zoYZynIcIU/whKx4f1K46ofnHjrxqI=", "location": { "npm": { "filePath": "dist/bundle.js",