regexp-tree
Advanced tools
Comparing version 0.1.26 to 0.1.27
@@ -79,2 +79,6 @@ /** | ||
} else if (type === 'Char') { | ||
if (expression.kind === 'meta' && expression.symbol === '.') { | ||
return false; | ||
} | ||
var value = expression.value; | ||
@@ -81,0 +85,0 @@ |
{ | ||
"name": "regexp-tree", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"license": "MIT", | ||
@@ -10,7 +10,7 @@ "description": "Regular Expressions parser in JavaScript", | ||
"scripts": { | ||
"build": "node scripts/build.js", | ||
"watch": "node scripts/build.js --watch", | ||
"build": "node ./scripts/build.js", | ||
"watch": "node ./scripts/build.js --watch", | ||
"test": "jest", | ||
"prepublish": "npm run build && npm test", | ||
"eslint": "eslint src/ && eslint bin/regexp-tree" | ||
"eslint": "eslint ./src/ && eslint ./bin/regexp-tree" | ||
}, | ||
@@ -17,0 +17,0 @@ "bin": { |
Sorry, the diff of this file is too big to display
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
313692
6440