Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[vega-embed] remove vega and vega-lite - dependencies are pulled in a…
…utomatically
  • Loading branch information
jsa-aerial committed Aug 9, 2018
1 parent 952d829 commit 062e6ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vega-embed/README.md
Expand Up @@ -3,8 +3,6 @@
[](dependency)
```clojure
[cljsjs/vega-embed "3.16.1-0"] ;; latest release
[cljsjs/vega "3.3.1-0"] ;; last B4 4.x release
[cljsjs/vega-lite "2.6.0-0"] ;; last B4 3.x release
```
[](/dependency)

Expand All @@ -14,8 +12,6 @@ you can require the packaged library like:

```clojure
(ns application.core
(:require cljsjs.vega)
(:require cljsjs.vega-lite)
(:require cljsjs.vega-embed))
```

Expand Down

0 comments on commit 062e6ba

Please sign in to comment.