Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
packgae json
Browse files Browse the repository at this point in the history
  • Loading branch information
irubido committed Oct 9, 2023
1 parent 4ecaedf commit 425a1d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@chainsafe/polkadot-snap",
"version": "0.7.5",
"description": "MetaMask snap for interacting with Polkadot dApps",
"main": "build/index.js",
"main": "dist/bundle.js",
"scripts": {
"lint": "yarn run lint:types && yarn run lint:style",
"lint:types": "tsc --noEmit --pretty",
Expand Down Expand Up @@ -65,8 +65,6 @@
"devDependencies": {
"@chainsafe/metamask-polkadot-types": "workspace:^",
"@metamask/snaps-cli": "^3.0.0",
"@metamask/snaps-types": "^3.0.0",
"@metamask/snaps-ui": "^3.0.0",
"@types/chai": "^4.2.10",
"@types/mocha": "^10.0.1",
"@types/sinon": "^7.5.2",
Expand All @@ -84,6 +82,8 @@
"typescript": "5.0.3"
},
"dependencies": {
"@metamask/snaps-types": "^3.0.0",
"@metamask/snaps-ui": "^3.0.0",
"@polkadot/api": "^10.9.1",
"@polkadot/keyring": "^12.3.2",
"@polkadot/types": "^10.9.1",
Expand Down

0 comments on commit 425a1d2

Please sign in to comment.