From 2c9855d94d4e1fe3908a2c58c176b71c1dfe4a60 Mon Sep 17 00:00:00 2001 From: "Eric L. Goldstein" Date: Tue, 2 Jun 2026 15:06:39 -0400 Subject: [PATCH] Fix NPM publish --- CHANGELOG.md | 4 ++++ package.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa418b3..bb7093e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.35.2 + +- Fix NPM publish + ## 2.35.1 - Fix changelog version diff --git a/package.json b/package.json index c1307cb..f1c3626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mangs/bun-utils", - "version": "2.35.1", + "version": "2.35.2", "author": "Eric L. Goldstein", "description": "Useful utils for your Bun projects", "engines": { @@ -10,7 +10,7 @@ "homepage": "https://github.com/mangs/bun-utils#readme", "repository": { "type": "git", - "url": "git@github.com:mangs/bun-utils.git" + "url": "git+ssh://git@github.com/mangs/bun-utils.git" }, "keywords": [ "bun", @@ -24,7 +24,7 @@ "bin": { "check-environment-symlinks": "scripts/bun/checkEnvironmentSymlinks.mts", "check-environment-versions": "scripts/bun/checkEnvironmentVersions.mts", - "check-package-version": "./scripts/bun/checkPackageVersion.mts", + "check-package-version": "scripts/bun/checkPackageVersion.mts", "devserver": "scripts/bun/startDevelopmentServer.mts", "install-git-hooks": "scripts/git/installGitHooks.mts", "optimize-images": "scripts/bun/optimizeImages.mts",