adonis-dropbox
Advanced tools
Comparing version 0.3.1 to 0.4.0
{ | ||
"name": "adonis-dropbox", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,4 +35,8 @@ /** | ||
} | ||
async remove(name, customPath = null) { | ||
return this.client.filesDelete({ path: `${customPath || this.getRootPath()}${name}` }); | ||
} | ||
} | ||
module.exports = AdonisDropbox; |
5067
76