reg-gh-app-interface
Advanced tools
Comparing version 1.0.0 to 1.0.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
function getGhAppInfo() { | ||
return require("../endpoint.json").endpoint; | ||
const { endpoint } = require("../endpoint.json"); | ||
return { endpoint }; | ||
} | ||
exports.getGhAppInfo = getGhAppInfo; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "reg-gh-app-interface", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "a7f6a216adfa7a944df4205cc783c676222ee4af" | ||
"gitHead": "cdde3564e5b36cb77473fdc7dd89067a5a48b7fd" | ||
} |
Sorry, the diff of this file is not supported yet
3362
42