Skip to content

Commit

Permalink
Update package.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vsakos committed Aug 29, 2023
1 parent 3420723 commit 9819463
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 8 additions & 3 deletions 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 <developers@solflare.com>",
"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": {
Expand Down
6 changes: 5 additions & 1 deletion snap.manifest.json
Expand Up @@ -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",
Expand Down

0 comments on commit 9819463

Please sign in to comment.