Skip to content

Commit 316e79a

Browse files
committed
Updated docs
1 parent 55c7689 commit 316e79a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Parses a Git url.
3030
- `full_name` (String): The owner and name values in the `owner/name` format.
3131
- `toString` (Function): A function to stringify the parsed url into another url type.
3232
- `organization` (String): The organization the owner belongs to. This is CloudForge specific.
33+
- `git_suffix` (Boolean): Whether to add the `.git` suffix or not.
3334

3435
### `stringify(obj, type)`
3536
Stringifies a `GitUrl` object.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Parses a Git url.
136136
- `full_name` (String): The owner and name values in the `owner/name` format.
137137
- `toString` (Function): A function to stringify the parsed url into another url type.
138138
- `organization` (String): The organization the owner belongs to. This is CloudForge specific.
139+
- `git_suffix` (Boolean): Whether to add the `.git` suffix or not.
139140

140141
### `stringify(obj, type)`
141142
Stringifies a `GitUrl` object.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
"bloggify.json",
5353
"bloggify/"
5454
]
55-
}
55+
}

0 commit comments

Comments
 (0)