Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "s3u", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "S3 URL manipulation helper similar to standard URL class", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -33,3 +33,3 @@ 'use strict'; | ||
if (!(options instanceof S3Url)) { | ||
dirPath && this.setFileName(dirPath); | ||
dirPath && this.setDirPath(dirPath); | ||
fileName && this.setFileName(fileName); | ||
@@ -36,0 +36,0 @@ provider && this.setProvider(provider); |
45415