From a77d6617973bbea0be176f2d84946e0ff12cda96 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 18 Mar 2026 21:06:06 +0000 Subject: [PATCH] Update package name --- .gitea/workflows/publish.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 6d03338..612eaaa 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 20 - registry-url: "https://git.fjla.uk/api/packages/npm/" + registry-url: "https://registry.npmjs.org" - name: Install Dependencies run: npm ci @@ -33,6 +33,6 @@ jobs: # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish to Gitea Repo - run: npm publish + run: npm publish --registry=https://git.fjla.uk env: NODE_AUTH_TOKEN: ${{ secrets.REPO_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 980c2b6..a20017a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "owlboard-ts", + "name": "@owlboard/owlboard-ts", "version": "3.0.0", "description": "TypeScript API Library to interact with the OwlBoard API (> v3.0.0)", "main": "./dist/index.js",