Skip to content

Commit

Permalink
Merge pull request #31 from leapwallet/main
Browse files Browse the repository at this point in the history
fixed snap publish
  • Loading branch information
leapsamvel authored Aug 26, 2023
2 parents 9daf4bb + e4acba4 commit bca25a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmos-snap-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leapwallet/cosmos-snap-provider",
"version": "0.0.8",
"version": "0.0.9",
"repository": {
"url": "[email protected]:leapwallet/cosmos-metamask-snap.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path .gitignore",
"prepublish": "yarn build",
"publish:package": "npm publish",
"serve": "mm-snap serve",
"start": "mm-snap watch",
"test": "jest",
Expand Down

0 comments on commit bca25a5

Please sign in to comment.