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" } }