Skip to content

Commit

Permalink
nano-id bindings added
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jul 2, 2024
1 parent 8a96542 commit e856100
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sci-configs/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
; re-frame/re-frame {:mvn/version "1.3.0"}

cljs-ajax/cljs-ajax {:mvn/version "0.8.4"} ; needed for re-frame/http-fx

nano-id/nano-id {:mvn/version "1.1.0"}
}
;
}
5 changes: 5 additions & 0 deletions sci-configs/resources/ext/nano-id.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{:name "nano-id"
; build
:lazy true
:cljs-namespace [nano-id.core]
:cljs-ns-bindings {'nano-id.core {'nano-id nano-id.core/nano-id}}}

0 comments on commit e856100

Please sign in to comment.