reshape-parser
Advanced tools
Comparing version 0.3.1 to 1.0.0
@@ -16,3 +16,3 @@ const {SAXParser} = require('parse5') | ||
const node = { type: 'text', content: tag } | ||
const node = { type: 'doctype', content: tag } | ||
addLocation(node, location, options) | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "reshape-parser", | ||
"description": "html parser for reshape", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"author": "Jeff Escalante", | ||
@@ -14,6 +14,6 @@ "ava": { | ||
"devDependencies": { | ||
"ava": "^0.19.0", | ||
"coveralls": "^2.11.12", | ||
"nyc": "^10.0.0", | ||
"standard": "10.0.0" | ||
"ava": "^0.25.0", | ||
"coveralls": "^3.0.2", | ||
"nyc": "^12.0.2", | ||
"standard": "11.0.1" | ||
}, | ||
@@ -20,0 +20,0 @@ "engines": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6358
0