@markuplint/html-spec
Advanced tools
Comparing version 2.7.0 to 2.8.0
{ | ||
"name": "@markuplint/html-spec", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "A specification of HTML Living Standard for markuplint", | ||
@@ -29,5 +29,5 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-spec": "2.1.0" | ||
"@markuplint/ml-spec": "2.1.1" | ||
}, | ||
"gitHead": "0c774ce046ebc8a9c494e9884a4bfcd72a66250d" | ||
"gitHead": "c28258b756d8c42890698e26c03cdc02c6833489" | ||
} |
@@ -10,6 +10,18 @@ { | ||
{ | ||
"oneOrMore": ["h1", "h2", "h3", "h4", "h5", "h6"] | ||
"zeroOrMore": "p" | ||
}, | ||
{ | ||
"zeroOrMore": "#script-supporting" | ||
}, | ||
{ | ||
"require": ["h1", "h2", "h3", "h4", "h5", "h6"] | ||
}, | ||
{ | ||
"zeroOrMore": "#script-supporting" | ||
}, | ||
{ | ||
"zeroOrMore": "p" | ||
}, | ||
{ | ||
"zeroOrMore": "#script-supporting" | ||
} | ||
@@ -16,0 +28,0 @@ ] |
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
39163
1093200
490
1
+ Added@markuplint/ml-spec@2.1.1(transitive)
- Removed@markuplint/ml-spec@2.1.0(transitive)
Updated@markuplint/ml-spec@2.1.1