Skip to content

Commit c826fb6

Browse files
authored
save
1 parent 7a70eac commit c826fb6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ This can be useful if you need to resolve the path to a specific binary (`cat.ex
9494
- This package currently relies on **manual updates** to bump the Git for Windows version.
9595
- Make sure you update the `version` field in `package.json` and the constants in `scripts.js` `generate()`.
9696
- This project may in the future start squashing Git history or use Git LFS to reduce the repository size.
97+
- `npm run build` currently has a system dependency on the `7z` command. You can install 7zip from [7-zip.org](https://www.7-zip.org/).
9798

9899
Steps to release:
99100

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "portablegit",
3-
"version": "2.45.21-rc.1",
3+
"version": "2.45.21-rc.2",
44
"description": "🔄 Redistribution of Git for Windows PortableGit",
55
"keywords": [
66
"git",
@@ -14,7 +14,10 @@
1414
"portablegit"
1515
],
1616
"homepage": "https://github.com/jcbhmr/portablegit.js#readme",
17-
"repository": "github:jcbhmr/portablegit",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/jcbhmr/portablegit.js.git"
20+
},
1821
"license": "GPL-2.0-or-later",
1922
"contributors": [
2023
"Jacob Hummer <[email protected]> (https://jcbhmr.me/)"

0 commit comments

Comments
 (0)