@vltpkg/git-scp-url 0.0.0-3 → 0.0.0-5
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# @vltpkg/git-scp-url
|
|
4
4
|
|
|
5
|
-
Utility function for parsing git "scp-style" URLs, like
|
|
5
|
+
Utility function for parsing git "scp-style" URLs, like
|
|
6
|
+
`git:git@github.com:user/repo` or `git+ssh://github.com:user/repo`.
|
|
6
7
|
|
|
7
8
|
## Usage
|
|
8
9
|
|
package/package.json
CHANGED