From 7213ba89e679ca45fc317785d33267da70303820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Gon=C3=A7alves?= Date: Sun, 5 May 2024 23:57:03 +0100 Subject: [PATCH] :bug: fix: adjust publish workflow --- .github/workflows/publish.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac5f4f2..42ebda9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,6 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ - - run: npm publish + - run: npm pkg fix && npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package.json b/package.json index 55e046c..b4bfc3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chrissgon/perfectui", - "version": "0.11.3", + "version": "0.11.4", "displayName": "Perfect UI", "description": "An exceptionally lightweight and highly customizable CSS and JavaScript library for crafting elegant user interfaces.", "private": false, @@ -28,6 +28,6 @@ "author": "Christopher Gonçalves ", "repository": { "type": "git", - "url": "https://github.com/chrissgon/perfectui" + "url": "git+https://github.com/chrissgon/perfectui.git" } }