sourcebit-source-filesystem
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "sourcebit-source-filesystem", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Sourcebit filesystem source plugin", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -173,3 +173,3 @@ const path = require('path'); | ||
const urlPath = parts.join('/').toLowerCase(); | ||
return '/' + urlPath + (urlPath ? '/' : ''); | ||
return '/' + urlPath; | ||
} | ||
@@ -176,0 +176,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
15678