Comparing version 1.0.2 to 1.0.3
@@ -22,3 +22,3 @@ "use strict"; | ||
else if (process.env.VERCEL) { | ||
url = process.env.VERCEL_URL; | ||
url = `https://${process.env.VERCEL_URL}`; | ||
} | ||
@@ -25,0 +25,0 @@ else { |
{ | ||
"name": "biiif", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A CLI to build IIIF collections", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
97166