diff --git a/package.json b/package.json index 94a1fd4..fa24552 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "check": "yarn types && yarn lint && yarn fmt", "start": "yarn clean && yarn build:snap-dev && yarn dev:assets && parcel app/index.html --port 7070", "dev:assets": "mkdir -p dist && cp -r images snap.manifest.json bundle dist/", - "tailwind": "tailwindcss -i ./app/index.css -o ./dist/styles.css" + "tailwind": "tailwindcss -i ./app/index.css -o ./dist/styles.css", + "publish": "yarn build:snap && npm publish" }, "devDependencies": { "@metamask/snaps-cli": "^5.0.0", diff --git a/snap.manifest.json b/snap.manifest.json index b649e04..7266a77 100644 --- a/snap.manifest.json +++ b/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "description": "Adds multi-factor accounts to MetaMask by sharding keys using threshold signatures", "proposedName": "Multi-Factor Accounts", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/mpc-sdk/multi-factor-accounts" }, "source": { - "shasum": "sZGK82okZHOXD4WsD48Z8pJb9oXdPE/gsF5A+0tU9YU=", + "shasum": "tjOLBPtFzesdnHmd3gcr0pXymj//7BaFCNxvjAfXnUI=", "location": { "npm": { "filePath": "bundle/bundle.js",