@jsenv/utils
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "@jsenv/utils", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -90,2 +90,6 @@ export const mediaTypeInfos = { | ||
}, | ||
"text/markdown": { | ||
extensions: ["md", "mdx"], | ||
isTextual: true, | ||
}, | ||
"text/x-sass": { | ||
@@ -92,0 +96,0 @@ extensions: ["sass"], |
Sorry, the diff of this file is not supported yet
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
19740
772