Skip to content

Commit b633c98

Browse files
committed
Add package.json to repo
1 parent efe36fc commit b633c98

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/target
44
/.nrepl-port
55
/.rebel_readline_history
6-
/package.json
76
/package-lock.json
87
/.clj-kondo
98
/.lsp

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"dependencies": {
3+
"@cljs-oss/module-deps": "^1.1.1",
4+
"redis": "^2.8.0"
5+
}
6+
}

0 commit comments

Comments
 (0)