Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfears committed Aug 10, 2023
1 parent 4e78fd8 commit 2645b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "stellar-snap",
"version": "0.0.1",
"private": true,
"description": "The 'Hello, world!' of MetaMask Snaps, now written in TypeScript.",
"description": "A non custodial Stellar Wallet built for metamask",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/template-typescript-snap.git"
"url": "https://github.com/paulfears/StellarSnap.git"
},
"license": "MIT",
"main": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"proposedName": "Stellar",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/template-typescript-snap.git"
"url": "https://github.com/paulfears/StellarSnap.git"
},
"source": {
"shasum": "gijTe/y+q0X1iYJ8rXfNbqEW3hUdwOsKPucj0WPw4E0=",
"shasum": "mQnmqePnCQvcdwVe2nc9Cs2jXJXyf03okFnnFIhJ0zE=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 2645b1e

Please sign in to comment.