From 8b12c0cc6c5a8038ab9ee4e2f95a36a79cd7d5d2 Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Wed, 18 Jun 2025 05:14:33 -0500 Subject: [PATCH] Small changes mostly intended to re-trigger automation --- .forgejo/workflows/publish.yml | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index d277eb4..1e83bb0 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: jobs: publish: diff --git a/package.json b/package.json index be6590f..be0a9f2 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "@BridgemanAccessible/ba-web-framework", "version": "1.0.12", "description": "A framework for web apps built atop Node, Express and other libraries and utilties that makes creating and maintaining Bridgeman Accessible web apps easier.", - "author": "Bridgeman Accessible ", + "repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework.git", "license": "MIT", "main": "./index.ts", "scripts": {