react-change-highlight
Advanced tools
Comparing version
{ | ||
"name": "react-change-highlight", | ||
"version": "1.3.0-delta", | ||
"version": "1.3.0-latest", | ||
"description": "React component to highlight the changed content immediately and bring focus of the user into the changed part", | ||
@@ -23,5 +23,3 @@ "keywords": [ | ||
"build": "rollup -c", | ||
"postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz", | ||
"prepublishOnly": "rm -rf build && npm run build", | ||
"release": "np" | ||
"postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz && cp ../../README.md build/README.md" | ||
}, | ||
@@ -28,0 +26,0 @@ "peerDependencies": { |
21114
-0.17%