@mappable-world/mappable-cli
Advanced tools
Comparing version 0.0.33 to 0.0.34
{ | ||
"name": "@mappable-world/mappable-cli", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -46,3 +46,3 @@ const path = require('path'); | ||
let rs = fs.createReadStream(file); | ||
if (/\.html?$/.test(req.path)) { | ||
if (/\.(html|tsx?|jsx?)$/.test(req.path)) { | ||
const readmeFile = path.join(dir, 'README.md'); | ||
@@ -49,0 +49,0 @@ const readme = fs.existsSync(readmeFile) ? fs.readFileSync(readmeFile, 'utf-8') : ''; |
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
62245