-
Notifications
You must be signed in to change notification settings - Fork 8
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
Dylan DesRosier
committed
Jan 23, 2023
1 parent
433422b
commit 6fb61ee
Showing
3 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -2,11 +2,12 @@ | |
"name": "@pooltogether/hooks", | ||
"author": "PoolTogether Inc.", | ||
"description": "Useful hooks for PoolTogether applications", | ||
"module": "dist/hooks.esm.js", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"type": "module", | ||
"module": "dist/hooks.esm.js", | ||
"exports": "./dist/hooks.esm.js", | ||
"bugs": { | ||
"url": "https://github.com/pooltogether/issues", | ||
"email": "[email protected]" | ||
|
@@ -24,15 +25,15 @@ | |
"type": "git" | ||
}, | ||
"scripts": { | ||
"start": "tsdx watch --onSuccess \"yalc push\"", | ||
"start": "tsdx watch --format esm --onSuccess \"yalc push\"", | ||
"reinstall": "rm -rf node_modules && yarn install", | ||
"build": "tsdx build", | ||
"build": "tsdx build --format esm", | ||
"test": "tsdx test", | ||
"test:watch": "tsdx test --watch", | ||
"test:coverage": "tsdx test --coverage", | ||
"lint": "tsdx lint src", | ||
"lint:fix": "tsdx lint src --fix", | ||
"prepare": "tsdx build", | ||
"prepare": "tsdx build --format esm", | ||
"size": "size-limit", | ||
"analyze": "size-limit --why", | ||
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags && yarn gitwarn", | ||
|
@@ -68,7 +69,7 @@ | |
"@pooltogether/etherplex": "^1.1.4", | ||
"@pooltogether/utilities": "^0.6.3", | ||
"@pooltogether/v4-client-js": "^0.15.2", | ||
"@pooltogether/wallet-connection": "^1.0.0-beta.3", | ||
"@pooltogether/wallet-connection": "^1.0.0", | ||
"@size-limit/preset-small-lib": "^5.0.3", | ||
"@types/jest": "^26.0.23", | ||
"@types/js-cookie": "^2.2.6", | ||
|
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
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