Skip to content

Commit

Permalink
chore(release): v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
helderberto committed Feb 10, 2021
1 parent 012207f commit 6b5dafe
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
"description": "📦 useIsMountedRef is a React Hook to check when the component is mounted.",
"author": "Helder Burato Berto <[email protected]> (https://helderburato.com/)",
"license": "MIT",
"version": "1.2.2",
"version": "1.2.3",
"main": "dist/use-is-mounted-ref.cjs.js",
"module": "dist/use-is-mounted-ref.es.js",
"jsnext:main": "dist/use-is-mounted-ref.es.js",
"types": "dist/index.d.ts",
"files": ["dist", "LICENSE", "README.md"],
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "rm -fr ./dist && rollup -c",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
Expand All @@ -21,7 +25,13 @@
"prepublishOnly": "pinst --disable && yarn build",
"postpublish": "pinst --enable"
},
"keywords": ["react", "hook", "mounted", "unmounted", "ref"],
"keywords": [
"react",
"hook",
"mounted",
"unmounted",
"ref"
],
"repository": {
"type": "git",
"url": "git+https://github.com/helderburato/use-is-mounted-ref.git"
Expand Down Expand Up @@ -76,10 +86,15 @@
"typescript": "4.1.4"
},
"lint-staged": {
"*.{jsx,ts,tsx}": ["yarn lint", "yarn format"]
"*.{jsx,ts,tsx}": [
"yarn lint",
"yarn format"
]
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 6b5dafe

Please sign in to comment.