@markuplint/html-spec
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "@markuplint/html-spec", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "A specification of HTML Living Standard for markuplint", | ||
@@ -18,14 +18,14 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"devDependencies": { | ||
"@types/cheerio": "^0.22.18", | ||
"@types/cli-progress": "^3.7.0", | ||
"@types/cheerio": "^0.22.22", | ||
"@types/cli-progress": "^3.8.0", | ||
"@types/node-fetch": "^2.5.7", | ||
"cheerio": "^1.0.0-rc.3", | ||
"cli-progress": "^3.8.2", | ||
"fast-xml-parser": "^3.17.2", | ||
"node-fetch": "^2.6.0" | ||
"fast-xml-parser": "^3.17.4", | ||
"node-fetch": "^2.6.1" | ||
}, | ||
"dependencies": { | ||
"@markuplint/ml-spec": "^1.0.0-alpha.11" | ||
"@markuplint/ml-spec": "^1.0.0" | ||
}, | ||
"gitHead": "cdef2d3cf1957cb8f0cd8506b022c363e24f760f" | ||
"gitHead": "a7fbdff7d01567d5a184e440a6f12f66f710fb54" | ||
} |
@@ -59,7 +59,2 @@ { | ||
{ | ||
"name": "importance", | ||
"type": "String", | ||
"enum": ["auto", "high", "low"] | ||
}, | ||
{ | ||
"name": "loading", | ||
@@ -66,0 +61,0 @@ "type": "String", |
@@ -23,7 +23,2 @@ { | ||
{ | ||
"name": "importance", | ||
"type": "String", | ||
"enum": ["auto", "high", "low"] | ||
}, | ||
{ | ||
"name": "ismap", | ||
@@ -30,0 +25,0 @@ "type": "Boolean", |
@@ -68,12 +68,4 @@ { | ||
} | ||
}, | ||
{ | ||
"name": "importance", | ||
"type": "String", | ||
"enum": ["auto", "high", "low"], | ||
"condition": { | ||
"self": ["[rel=preload]", "[rel=prefetch]"] | ||
} | ||
} | ||
] | ||
} |
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
1330938
14559
Updated@markuplint/ml-spec@^1.0.0