Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "jsexp", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "rollup --config build/config.js", | ||
"publish": "npm run build && npm publish" | ||
"publish-npm": "npm run build && npm publish" | ||
}, | ||
@@ -9,0 +9,0 @@ "dependencies": { |
@@ -36,3 +36,3 @@ 'use strict'; | ||
if (Array.isArray(expr) && rulesMapReverse[expr[0]]) { | ||
if (Array.isArray(expr) && (rulesMap[expr[0]] || rulesMapReverse[expr[0]])) { | ||
return expr; | ||
@@ -39,0 +39,0 @@ } |
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
33822