Comparing version 1.1.6 to 1.1.7
@@ -30,3 +30,2 @@ "use strict"; | ||
let count = mostRightIndex - mostLeftIndex + 1; | ||
console.log(match, mostLeftIndex, mostRightIndex); | ||
nodes[mostLeftIndex].type = rule.type; | ||
@@ -33,0 +32,0 @@ const dyingNodes = []; |
{ | ||
"name": "en-parse", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "English language syntactic dependency parser", | ||
@@ -5,0 +5,0 @@ "main": "./dist/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
42628
1204