-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removes node support from node@<16 (@gabrielcsapo) - Bugfix: Fix logging on response streams. (#96) (@willstott101) - Avoid using self in service.ts - to avoid issue with through (#95) (@willstott101) - Migrates to typescript (@5GameMaker @gabrielcsapo) - Removes node support from node@<14
- Loading branch information
1 parent
4a1d24f
commit 5c93e44
Showing
2 changed files
with
9 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "node-git-server", | ||
"version": "1.0.0-beta.31", | ||
"version": "1.0.0", | ||
"description": "🎡 A configurable git server written in Node.js", | ||
"author": "Gabriel J. Csapo <[email protected]>", | ||
"contributors": [ | ||
|