Compare commits

...

9 commits
v0.8.0 ... main

6 changed files with 2546 additions and 5 deletions

3
.husky/post-commit Normal file
View file

@ -0,0 +1,3 @@
echo "post-commit..."
git push gh --mirror
git push sh --mirror

View file

@ -1 +0,0 @@
npm run lint

View file

@ -1,3 +1,6 @@
> [!Note]
> Project moved to [SourceHut](https://git.sr.ht/~ayoayco/astro-github-stats)
# Astro GitHub Stats ✨ # Astro GitHub Stats ✨
[![npm](https://img.shields.io/npm/v/astro-github-stats)](https://www.npmjs.com/package/astro-github-stats) [![npm](https://img.shields.io/npm/v/astro-github-stats)](https://www.npmjs.com/package/astro-github-stats)

View file

@ -53,8 +53,5 @@
"peerDependencies": { "peerDependencies": {
"astro": ">=5.0.0" "astro": ">=5.0.0"
}, },
"license": "ISC", "license": "ISC"
"workspaces": [
"demo"
]
} }

File diff suppressed because it is too large Load diff

2
pnpm-workspace.yaml Normal file
View file

@ -0,0 +1,2 @@
packages:
- "demo/**"