From c826fb6d0968b69e0ffd1009442c0d1bbd0ac767 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Sat, 22 Jun 2024 20:44:14 +0000 Subject: [PATCH] save --- README.md | 1 + package-lock.json | 4 ++-- package.json | 7 +++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d88cea..1d29631 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ This can be useful if you need to resolve the path to a specific binary (`cat.ex - This package currently relies on **manual updates** to bump the Git for Windows version. - Make sure you update the `version` field in `package.json` and the constants in `scripts.js` `generate()`. - This project may in the future start squashing Git history or use Git LFS to reduce the repository size. +- `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/). Steps to release: diff --git a/package-lock.json b/package-lock.json index cc74198..070b5aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "portablegit", - "version": "2.45.21-rc.1", + "version": "2.45.21-rc.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "portablegit", - "version": "2.45.21-rc.1", + "version": "2.45.21-rc.2", "bundleDependencies": [ "execa" ], diff --git a/package.json b/package.json index 7aba069..545de66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portablegit", - "version": "2.45.21-rc.1", + "version": "2.45.21-rc.2", "description": "🔄 Redistribution of Git for Windows PortableGit", "keywords": [ "git", @@ -14,7 +14,10 @@ "portablegit" ], "homepage": "https://github.com/jcbhmr/portablegit.js#readme", - "repository": "github:jcbhmr/portablegit", + "repository": { + "type": "git", + "url": "https://github.com/jcbhmr/portablegit.js.git" + }, "license": "GPL-2.0-or-later", "contributors": [ "Jacob Hummer (https://jcbhmr.me/)"