addFile()

in lib/archive.js [24:26]


  addFile(sourcePath, filename) {
    return this._archive.file(sourcePath, { name: filename });
  }