generated from solidjs-community/solid-lib-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e14aa80
commit 79ad6ec
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
@@ -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}\"", | ||
|