typo in type name

This commit is contained in:
softprops
2019-09-17 19:27:32 +09:00
parent 85bb079141
commit ca93e708e3
4 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
const fs_1 = require("fs");
const mime_1 = require("mime");
const path_1 = require("path");
class GitHubReleaseer {
class GitHubReleaser {
constructor(github) {
this.github = github;
}
@ -33,7 +33,7 @@ class GitHubReleaseer {
return this.github.paginate.iterator(this.github.repos.listReleases.endpoint.merge(params));
}
}
exports.GitHubReleaseer = GitHubReleaseer;
exports.GitHubReleaser = GitHubReleaser;
exports.asset = (path) => {
return {
name: path_1.basename(path),