Comparing version 6.0.5 to 6.0.6
@@ -25,3 +25,3 @@ // const debug = require('debug')('barracks') | ||
actions[action] = actions[action] ? actions[action] : [] | ||
assert.equal(actions[action].length, 0, 'only on callback per action') | ||
assert.equal(actions[action].length, 0, 'only one callback per action') | ||
actions[action].push(cb) | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "barracks", | ||
"version": "6.0.5", | ||
"version": "6.0.6", | ||
"description": "Action dispatcher for unidirectional data flows", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9784