updated dependencies
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.default = getAllPaths;
|
||||
function getAllPaths({ baseUrl, supportUrl, homepageUrl, remoteBranch, inBase, outBase, }) {
|
||||
// generate links for remote git server
|
||||
if (baseUrl != '' && remoteBranch != '') {
|
||||
@@ -31,5 +32,4 @@ function getAllPaths({ baseUrl, supportUrl, homepageUrl, remoteBranch, inBase, o
|
||||
}),
|
||||
};
|
||||
}
|
||||
exports.default = getAllPaths;
|
||||
//# sourceMappingURL=paths.js.map
|
||||
Reference in New Issue
Block a user