Skip to content

Commit

Permalink
Install hashp
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Mar 8, 2024
1 parent 20c599c commit e2f6e64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
alandipert/storage-atom {:mvn/version "2.0.1"}
com.cognitect/transit-cljs {:mvn/version "0.8.264"}
clj-commons/secretary {:mvn/version "1.2.4"}
day8/shadow-git-inject {:mvn/version "0.0.5"}}}
day8/shadow-git-inject {:mvn/version "0.0.5"}
hashp/hashp {:mvn/version "0.2.2"}}}
3 changes: 2 additions & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
re-com.config/root-url-for-compiler-output ""}}}
:devtools {:http-port 3449
:http-root "run/resources/public"
:push-state/index "index_dev.html"}}
:push-state/index "index_dev.html"
:preloads [hashp.core]}}

:browser-test {:target :browser-test
:ns-regexp "-test$"
Expand Down

0 comments on commit e2f6e64

Please sign in to comment.