dossier-action-logger
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "dossier-action-logger", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": " ~20 LOC action logger middleware for Redux", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"README.md", | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -7,0 +11,0 @@ "prepublish": "babel ./src --out-dir ./dist", |
@@ -11,3 +11,3 @@ # ActionLogger | ||
**Import:** `import {createActionLogger} from "action-logger";` | ||
**Import:** `import {createActionLogger} from "dossier-action-logger";` | ||
@@ -18,3 +18,3 @@ **Use:** `createActionLogger({ignoredActions: []})` | ||
If you are need a more feature complete console-based action logger, have a look at [evgenyrodionov/redux-logger](https://github.com/evgenyrodionov/redux-logger). | ||
If you need a more feature complete console-based action logger, have a look at [evgenyrodionov/redux-logger](https://github.com/evgenyrodionov/redux-logger). | ||
@@ -27,2 +27,4 @@ ### Contributing | ||
Ask me (jbe) to give you push access to npm. | ||
- Update the version `npm version [patch|minor|major]` | ||
@@ -29,0 +31,0 @@ - Commit the changed version number and enter the version number in the commit message, eg `git commit -m "v1.0.13"` |
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
3823
26
51
3