Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fbd77c7534 | |||
| 0be2311351 | |||
| 3d028dc231 | |||
| c6bf9b5d36 | |||
| 7001c990fa | |||
| e33b1cd3ae | |||
| bb509c6df8 | |||
| 6b67469c45 | |||
| a60f40f239 | |||
| 4ad183b1d1 |
6 changed files with 2546 additions and 5 deletions
3
.husky/post-commit
Normal file
3
.husky/post-commit
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
echo "post-commit..."
|
||||
git push gh
|
||||
git push sh
|
||||
|
|
@ -1 +0,0 @@
|
|||
npm run lint
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
> [!Note]
|
||||
> Project moved to [SourceHut](https://git.sr.ht/~ayoayco/astro-github-stats)
|
||||
|
||||
# Astro GitHub Stats ✨
|
||||
|
||||
[](https://www.npmjs.com/package/astro-github-stats)
|
||||
|
|
|
|||
|
|
@ -53,8 +53,5 @@
|
|||
"peerDependencies": {
|
||||
"astro": ">=5.0.0"
|
||||
},
|
||||
"license": "ISC",
|
||||
"workspaces": [
|
||||
"demo"
|
||||
]
|
||||
"license": "ISC"
|
||||
}
|
||||
|
|
|
|||
2537
pnpm-lock.yaml
2537
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
2
pnpm-workspace.yaml
Normal file
2
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
packages:
|
||||
- "demo/**"
|
||||
Loading…
Reference in a new issue