@mappable-world/mappable-cli
Advanced tools
Comparing version 0.0.1-beta.39 to 0.0.1-beta.40
{ | ||
"name": "@mappable-world/mappable-cli", | ||
"version": "0.0.1-beta.39", | ||
"version": "0.0.1-beta.40", | ||
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -40,3 +40,3 @@ const path = require('path'); | ||
const extMatch = pathname.match(/(?<=\.)\w+$/); | ||
const extMatch = file.match(/(?<=\.)\w+$/); | ||
const mime = (extMatch && EXT_MIME[extMatch[0]]); | ||
@@ -43,0 +43,0 @@ |
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
43275