Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentRhetoric committed Jan 20, 2024
1 parent e14aa80 commit 79ad6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-algo-wallets",
"version": "0.1.4",
"version": "0.1.5",
"description": "Integrate multiple Algorand wallets with a SolidJS web application client",
"license": "MIT",
"author": "Brian Whippo <[email protected]>",
Expand Down Expand Up @@ -61,7 +61,7 @@
"build": "tsup",
"clean": "rm -rf dist",
"prepublishOnly": "pnpm build",
"publish": "pnpm publish",
"publishToNPM": "pnpm publish",
"format": "prettier -w \"src/**/*.{js,ts,json,css,tsx,jsx}\" --ignore-path .gitignore",
"lint": "concurrently pnpm:lint:*",
"lint:code": "eslint --ignore-path .gitignore --max-warnings 0 \"src/**/*.{js,ts,tsx,jsx}\"",
Expand Down

0 comments on commit 79ad6ec

Please sign in to comment.