npm-update-package 0.23.1 → 0.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/app.js +1 -1
- package/dist/github/createGitHub.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/app.js
CHANGED
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.createGitHub = void 0;
|
|
4
4
|
const createOctokit_1 = require("./createOctokit");
|
|
5
5
|
const GitHub_1 = require("./GitHub");
|
|
6
|
-
// TODO: add test
|
|
7
6
|
const createGitHub = ({ repository, token }) => {
|
|
8
7
|
const octokit = (0, createOctokit_1.createOctokit)({
|
|
9
8
|
repository,
|