remove github stats

This commit is contained in:
Ayo 2022-09-24 20:35:26 +02:00
parent 9c950c4f9c
commit 4a6d51493b
3 changed files with 2 additions and 20 deletions

17
package-lock.json generated
View file

@ -8,8 +8,7 @@
"name": "@example/basics", "name": "@example/basics",
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"astro": "^1.2.6", "astro": "^1.2.6"
"astro-github-stats": "^0.1.0"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -971,14 +970,6 @@
"npm": ">=6.14.0" "npm": ">=6.14.0"
} }
}, },
"node_modules/astro-github-stats": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/astro-github-stats/-/astro-github-stats-0.1.0.tgz",
"integrity": "sha512-efL18Mt2ITbYWFVy28XGFNemju2TPBMZ+BGw6N3zCf2OO0whtO7Kz6bsoploARqO5PzeyAxPMk52U9SNdQ1QWw==",
"peerDependencies": {
"astro": "^1.0.0"
}
},
"node_modules/bail": { "node_modules/bail": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
@ -6543,12 +6534,6 @@
"zod": "^3.17.3" "zod": "^3.17.3"
} }
}, },
"astro-github-stats": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/astro-github-stats/-/astro-github-stats-0.1.0.tgz",
"integrity": "sha512-efL18Mt2ITbYWFVy28XGFNemju2TPBMZ+BGw6N3zCf2OO0whtO7Kz6bsoploARqO5PzeyAxPMk52U9SNdQ1QWw==",
"requires": {}
},
"bail": { "bail": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",

View file

@ -11,7 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.2.6", "astro": "^1.2.6"
"astro-github-stats": "^0.1.0"
} }
} }

View file

@ -2,7 +2,6 @@
import Layout from "../layouts/Layout.astro"; import Layout from "../layouts/Layout.astro";
import Card from "../components/Card.astro"; import Card from "../components/Card.astro";
import Footer from "../components/Footer.astro"; import Footer from "../components/Footer.astro";
import GithubStats from "astro-github-stats";
--- ---
<Layout title="Ayo Ayco | Software Engineer + Web Developer"> <Layout title="Ayo Ayco | Software Engineer + Web Developer">
@ -46,7 +45,6 @@ import GithubStats from "astro-github-stats";
body="Read my articles on technology, productivity, and life in general." body="Read my articles on technology, productivity, and life in general."
/> />
</ul> </ul>
<GithubStats username="ayoayco" />
<Footer /> <Footer />
</section> </section>
</main> </main>