reshape-parser
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -68,3 +68,3 @@ const {SAXParser} = require('parse5') | ||
addLocation(node, location[propName], options) | ||
m[attr.name] = [node] | ||
m[propName] = [node] | ||
return m | ||
@@ -71,0 +71,0 @@ }, {}) |
{ | ||
"name": "reshape-parser", | ||
"description": "html parser for reshape", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": "Jeff Escalante", | ||
@@ -6,0 +6,0 @@ "ava": { |
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
6357