Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/sync-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
Loading