Add README badged, lol

This commit is contained in:
2024-12-02 14:48:31 +01:00
parent 7d694c4413
commit 58c62fac1b
3 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Advent of Code # Advent of Code
![Check runs](https://img.shields.io/github/check-runs/PassiDel/aoc/main)
![Typescript version](https://img.shields.io/github/package-json/dependency-version/passidel/aoc/peer/typescript)
![Runtime Bun](<https://img.shields.io/badge/bun-pink?logo=bun&label=runtime&labelColor=black&color=rgb(244,114,182)>)
> [LANGUAGE: TypeScript] > [LANGUAGE: TypeScript]
> >
> [RUNTIME: Bun] > [RUNTIME: Bun]
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -18,6 +18,6 @@
"replace-in-file": "^8.2.0" "replace-in-file": "^8.2.0"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5.0.0" "typescript": "^5.7.2"
} }
} }