batched-hook
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "batched-hook", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Batched set state and dispatch for react hooks", | ||
@@ -17,2 +17,3 @@ "main": "lib/batched-hook.js", | ||
"files": [ | ||
"index.d.ts", | ||
"dist", | ||
@@ -26,4 +27,4 @@ "lib", | ||
"clean": "rimraf lib dist es coverage", | ||
"format": "prettier --write '{src,test}/**/*.{md,ts,tsx,json}'", | ||
"format:check": "prettier --list-different '{src,test}/**/*.{md,ts,tsx,json}'", | ||
"format": "prettier --write '{src,test}/**/*.{md,ts,tsx,json}' README.md", | ||
"format:check": "prettier --list-different '{src,test}/**/*.{md,ts,tsx,json}' README.md", | ||
"lint": "tslint -c tslint.json '{src,test}/**/*.{ts,tsx}'", | ||
@@ -74,4 +75,8 @@ "test": "cross-env BABEL_ENV=commonjs jest", | ||
"git add" | ||
], | ||
"README.md": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
} | ||
} |
@@ -74,2 +74,3 @@ # batched-hook | ||
effect 0 0 | ||
// click | ||
render2 1 1 | ||
@@ -76,0 +77,0 @@ effect 1 1 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12290
13
208
103