redux-idle-dispatcher
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "redux-idle-dispatcher", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Idle your redux app", | ||
@@ -14,3 +14,3 @@ "main": "dist/redux-idle-dispatcher.js", | ||
"test": "mocha --exit", | ||
"release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish" | ||
"release": "npm run build && npm test && git commit -am \"$npm_package_version\" && git tag \"$npm_package_version\" && git push && git push --tags && npm publish" | ||
}, | ||
@@ -17,0 +17,0 @@ "repository": { |
@@ -16,4 +16,2 @@ # redux-idle-dispatcher | ||
`reduxIdleDispatcher(store[, timeout][, action])` | ||
```js | ||
@@ -20,0 +18,0 @@ const unsubscriber = reduxIdleDispatcher( |
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
40996
23