Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#440: Adds support for custom repos in package.json #443

Merged
merged 2 commits into from
Dec 26, 2019
Merged

Conversation

Badgerati
Copy link
Owner

Description of the Change

Updates the Install-PodeLocalModules function to allow support for custom repositories registered via Register-PSRepository.

Related Issue

Resolves #440

Examples

From the modules section in the package.json file:

"modules": {
    "eps": {
        "version": "0.5.0",
        "repository": "CustomRepo"
    }
}

@Badgerati Badgerati added this to the 1.3.0 milestone Dec 24, 2019
@Badgerati Badgerati self-assigned this Dec 24, 2019
@Badgerati Badgerati merged commit eb64bdd into develop Dec 26, 2019
@Badgerati Badgerati deleted the Issue-440 branch December 26, 2019 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for custom repositories
1 participant