Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "allege", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Make complex conditionals easier to read and write", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -18,11 +18,9 @@ # Allege | ||
```js | ||
if ( | ||
allege(foo.bar).isAnyOf( | ||
'value_a', | ||
'value_b', | ||
'value_c', | ||
'value_d', | ||
'value_e' | ||
) | ||
) { | ||
if (allege(foo.bar).isAnyOf( | ||
'value_a', | ||
'value_b', | ||
'value_c', | ||
'value_d', | ||
'value_e' | ||
)) { | ||
// do something | ||
@@ -29,0 +27,0 @@ } |
Sorry, the diff of this file is not supported yet
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
35477
134