Comparing version 2.1.3 to 2.1.4
@@ -35,3 +35,3 @@ const build = function(base, options) { | ||
if (canonical && path && path.length && path[path.length - 1] && !path[path.length - 1].includes(".")) { // Not a file | ||
if (canonical && path && path.length && path[path.length - 1]) { | ||
urlOut = urlOut + "/"; | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "brembo", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "A simple utility for building URLs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5071