Skip to content

Commit

Permalink
[react-modal] Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Martynov committed Aug 1, 2018
1 parent 3f1f5a9 commit e68ddb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion react-modal/README.md
Expand Up @@ -2,7 +2,7 @@

[](dependency)
```clojure
[cljsjs/react-modal "3.4.4-0"] ;; latest release
[cljsjs/react-modal "3.4.4-1"] ;; latest release
```
[](/dependency)

Expand Down
8 changes: 4 additions & 4 deletions react-modal/build.boot
Expand Up @@ -7,7 +7,7 @@
(require '[cljsjs.boot-cljsjs.packaging :refer :all])

(def +lib-version+ "3.4.4")
(def +version+ (str +lib-version+ "-0"))
(def +version+ (str +lib-version+ "-1"))

(task-options!
pom {:project 'cljsjs/react-modal
Expand All @@ -22,11 +22,11 @@

(download :url (format "https://github.com/reactjs/react-modal/archive/v%s.zip" +lib-version+)
:unzip true)

(sift :move {#"^react-modal-.*/dist/react-modal.js" "cljsjs/react-modal/development/react-modal.inc.js"})

(sift :move {#"^react-modal-.*/dist/react-modal.min.js" "cljsjs/react-modal/production/react-modal.min.inc.js"})

(sift :include #{#"^cljsjs"})
(deps-cljs :name "cljsjs.react-modal"
:requires ["cljsjs.react"
Expand Down

0 comments on commit e68ddb4

Please sign in to comment.