From 98708f75c3333414d40573d95a0dad9ccf784ef7 Mon Sep 17 00:00:00 2001 From: Mark Faga Date: Mon, 4 Aug 2025 09:16:27 -0400 Subject: [PATCH] fix: satisfy provenance publishing rules --- .github/workflows/release.yaml | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76e513d..a066ca4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -90,7 +90,7 @@ jobs: tag_name: v${{ needs.check-version.outputs.current-version }} release_name: v${{ needs.check-version.outputs.current-version }} body: | - See [CHANGELOG](https://github.com/reforgehq/sdk-javascript/blob/main/CHANGELOG.md) for details. + See [CHANGELOG](https://github.com/ReforgeHQ/sdk-javascript/blob/main/CHANGELOG.md) for details. Published to npm: [@reforge-com/javascript@${{ needs.check-version.outputs.current-version }}](https://www.npmjs.com/package/@reforge-com/javascript/v/${{ needs.check-version.outputs.current-version }}) draft: false diff --git a/package.json b/package.json index 91de917..3655477 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reforge-com/javascript", - "version": "0.0.0-pre.1", + "version": "0.0.0-pre.2", "description": "Feature Flags & Dynamic Configuration as a Service", "main": "dist/index.cjs", "module": "dist/index.mjs", @@ -42,16 +42,16 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/reforgehq/sdk-javascript.git" + "url": "https://github.com/ReforgeHQ/sdk-javascript.git" }, "keywords": [ "feature-flags", "config" ], "bugs": { - "url": "https://github.com/reforgehq/sdk-javascript/issues" + "url": "https://github.com/ReforgeHQ/sdk-javascript/issues" }, - "homepage": "https://github.com/reforgehq/sdk-javascript#readme", + "homepage": "https://github.com/ReforgeHQ/sdk-javascript#readme", "dependencies": { "uuid": "^9.0.1" },