Compare commits
No commits in common. "main" and "v0.8.0" have entirely different histories.
6 changed files with 5 additions and 2546 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
echo "post-commit..."
|
|
||||||
git push gh --mirror
|
|
||||||
git push sh --mirror
|
|
||||||
1
.husky/pre-commit
Normal file
1
.husky/pre-commit
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
npm run lint
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
> [!Note]
|
|
||||||
> Project moved to [SourceHut](https://git.sr.ht/~ayoayco/astro-github-stats)
|
|
||||||
|
|
||||||
# Astro GitHub Stats ✨
|
# Astro GitHub Stats ✨
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/astro-github-stats)
|
[](https://www.npmjs.com/package/astro-github-stats)
|
||||||
|
|
|
||||||
|
|
@ -53,5 +53,8 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": ">=5.0.0"
|
"astro": ">=5.0.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC",
|
||||||
|
"workspaces": [
|
||||||
|
"demo"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2537
pnpm-lock.yaml
2537
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -1,2 +0,0 @@
|
||||||
packages:
|
|
||||||
- "demo/**"
|
|
||||||
Loading…
Reference in a new issue