diff --git a/.github/workflows/sync-readme.yml b/.github/workflows/sync-readme.yml index ee197bc..43bbef1 100644 --- a/.github/workflows/sync-readme.yml +++ b/.github/workflows/sync-readme.yml @@ -3,20 +3,13 @@ name: Sync README code blocks on: pull_request: branches: [main] - paths: - - package/src/** - - package/scripts/generate-squircle-css.ts - - package/vite.config.ts - - scripts/sync-readme.sh - - vite.config.ts - - README.md workflow_dispatch: permissions: contents: read jobs: - sync: + sync-readme: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/package/package.json b/package/package.json index c4b41a8..d82d56d 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@klinking/squircle", - "version": "0.1.0", + "version": "0.0.0", "description": "Tailwind CSS v4 squircle (superellipse) corner utilities with visual radius correction", "keywords": [ "border-radius", @@ -10,11 +10,11 @@ "tailwind-plugin", "tailwindcss" ], - "homepage": "https://dogmar.github.io/squircle", + "homepage": "https://squircle.klink.ing", "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/dogmar/squircle.git" + "url": "git+https://github.com/klink-ing/squircle.git" }, "files": [ "dist"