Compare commits

..

No commits in common. "main" and "v0.8.0" have entirely different histories.
main ... v0.8.0

6 changed files with 5 additions and 2546 deletions

View file

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

1
.husky/pre-commit Normal file
View file

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

View file

@ -1,6 +1,3 @@
> [!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,5 +53,8 @@
"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

View file

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