-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(registry): support custom registry and timeout (#117)
* feat(registry): provide new option '--registry' to set a custom registry url #116 * feat(registry): fix passing options correctly into fetchVersions #116 * feat(check-version-timeout): define custom timeout for version check #116 * feat(registry/check-version-timeout): clean up code #116 * feat(registry/check-version-timeout): reset version to 0.0.0 #116
- Loading branch information
1 parent
9205cc6
commit ad2cf7b
Showing
5 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,9 @@ | |
/cover | ||
/test/cover | ||
/src/test/npm-debug.log | ||
.idea/ | ||
*.eml | ||
*.iml | ||
.DS_Store | ||
node_modules/ | ||
npm-debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters