Skip to content

Commit

Permalink
Remove lein-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man committed Mar 26, 2017
1 parent 8377b21 commit 4b623f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
[rum "0.10.8"]]
:plugins [[lein-cljsbuild "1.1.4"]
[lein-doo "0.1.7"]
[lein-figwheel "0.5.8"]
[lein-npm "0.6.2"]]
[lein-figwheel "0.5.8"]]
:resource-paths ["test-resources" "target"]}
:provided {:dependencies [[cljsjs/react "15.4.2-2"]
[cljsjs/react-dom "15.4.2-2"]
Expand Down Expand Up @@ -93,7 +92,5 @@
:verbose false}
:source-paths ["src" "test"]}]}
:deploy-repositories [["releases" :clojars]]
:npm {:dependencies [[react "15.4.2"]
[react-dom "15.4.2"]]}
:test-selectors {:benchmark :benchmark
:default (complement :benchmark)})

0 comments on commit 4b623f2

Please sign in to comment.