Fix magic require of clojure.string

This commit is contained in:
James Conroy-Finn 2018-03-23 19:03:01 +00:00 committed by GitHub
parent 883faba8ff
commit a14b544559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
(nconc cljr-magic-require-namespaces
'(("re-frame" . "re-frame.core")
("reagent" . "reagent.core")
("str" . "clojure.str"))))
("str" . "clojure.string"))))
(def-package! cider