Skip to content

Commit

Permalink
Bump @metamask/snap-types and @metamask/snaps-cli to 0.20.0 (Meta…
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx authored Sep 14, 2022
1 parent 9e1afd2 commit 3bfcb8a
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 301 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ To interact with (your) Snaps, you will need to install [MetaMask Flask](https:/

## Getting Started

Clone the template-snap repository [using this template](https://github.com/MetaMask/template-snap-monorepo/generate) and setup the development environment:
Clone the template-snap repository [using this template](https://github.com/MetaMask/template-snap-monorepo/generate) and setup the development environment:

```shell
yarn install && yarn start
```
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@metamask/eslint-config-jest": "^10.0.0",
"@metamask/eslint-config-nodejs": "^10.0.0",
"@metamask/eslint-config-typescript": "^10.0.0",
"@metamask/snap-types": "^0.18.1",
"@metamask/snaps-cli": "^0.18.1",
"@metamask/snap-types": "^0.20.0",
"@metamask/snaps-cli": "^0.20.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snap-template.git"
},
"source": {
"shasum": "GbpXAntwgt11+Q6D/7MZYNgFRPzbV7lYzmb8DX9ojNo=",
"shasum": "naL9tJT7QHAFER/TGfTcjwUFZUMhrsWY5f8XqX28M/g=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading

0 comments on commit 3bfcb8a

Please sign in to comment.