Comparing version 0.2.6 to 0.2.7
// Just for ease of use when importing | ||
const set = require('./lib/operators/set') | ||
const when = require('./lib/operators/when') | ||
module.exports = { | ||
set, | ||
when | ||
set: require('./lib/operators/set'), | ||
when: require('./lib/operators/when') | ||
} |
{ | ||
"name": "arnie", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Action hero for backends", | ||
@@ -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
170206
3917