Skip to content

Commit da6043b

Browse files
Add Bun types
1 parent 560e544 commit da6043b

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ followers.json
22
repositories.json
33
todos.json
44

5-
# Node
5+
# Bun
6+
bun.lock
7+
8+
# NPM
69
node_modules
7-
package-lock.json

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
{
2-
"type": "module",
3-
"dependencies": {
4-
"todo": "github:tomashubelbauer/todo"
5-
}
6-
}
1+
{
2+
"type": "module",
3+
"dependencies": {
4+
"@types/bun": "latest",
5+
"todo": "github:tomashubelbauer/todo"
6+
}
7+
}

0 commit comments

Comments
 (0)