We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560e544 commit da6043bCopy full SHA for da6043b
.gitignore
@@ -2,6 +2,8 @@ followers.json
2
repositories.json
3
todos.json
4
5
-# Node
+# Bun
6
+bun.lock
7
+
8
+# NPM
9
node_modules
-package-lock.json
package.json
@@ -1,6 +1,7 @@
1
-{
- "type": "module",
- "dependencies": {
- "todo": "github:tomashubelbauer/todo"
- }
-}
+{
+ "type": "module",
+ "dependencies": {
+ "@types/bun": "latest",
+ "todo": "github:tomashubelbauer/todo"
+ }
+}
0 commit comments