Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Yair Even Or authored and Yair Even Or committed Jul 20, 2022
1 parent 53783d1 commit afa4066
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": "@yaireo/react-ref-watcher",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/yairEO/react-ref-watcher",
"description": "React watchable refs changes with conditional re-renders",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"clean": "rm -rf dist && npm run makedir",
"makedir": "mkdirp dist",
"header": "headr dist/useSmartRef.js -o=dist/useSmartRef.js --version --homepage --author",
"version": "npm run build && npm run header && git add .",
"_version": "npm run build && npm run header && git add .",
"prepublishOnly": "pkg-ok"
},
"author": {
Expand Down

0 comments on commit afa4066

Please sign in to comment.