mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
chore(release): 15.3.4 [skip ci]
## [15.3.4](https://github.com/streamich/react-use/compare/v15.3.3...v15.3.4) (2020-09-04)
### Bug Fixes
* useLongPress hook linting fixes. ([479dd99](479dd9977b))
This commit is contained in:
parent
9f3cc3d33a
commit
d2b77129f0
@ -1,3 +1,10 @@
|
||||
## [15.3.4](https://github.com/streamich/react-use/compare/v15.3.3...v15.3.4) (2020-09-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* useLongPress hook linting fixes. ([479dd99](https://github.com/streamich/react-use/commit/479dd9977bfcc43ccadc58eb93690adee462a16e))
|
||||
|
||||
## [15.3.3](https://github.com/streamich/react-use/compare/v15.3.2...v15.3.3) (2020-07-24)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-use",
|
||||
"version": "15.3.3",
|
||||
"version": "15.3.4",
|
||||
"description": "Collection of React Hooks",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
@ -19,7 +19,7 @@
|
||||
"lint": "eslint {src,tests}/**/*.{ts,tsx}",
|
||||
"lint:fix": "yarn lint --fix",
|
||||
"lint:types": "tsc --noEmit",
|
||||
"lint:prettier":"prettier --write src/**/**/*.{ts,tsx}",
|
||||
"lint:prettier": "prettier --write src/**/**/*.{ts,tsx}",
|
||||
"build:cjs": "tsc",
|
||||
"build:es": "tsc -m esNext --outDir esm",
|
||||
"build": "yarn build:cjs && yarn build:es",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user