Skip to content

Commit

Permalink
update dependency meta version
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Nov 22, 2017
1 parent 58d5425 commit 4258eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ d3_dep_v4 <- function(offline=TRUE){
if(offline) {
src = c(file=system.file("www/d3/v4/dist", package="d3r"))
} else {
src <- c(href="https://unpkg.com/d3@4.11.0/build/")
src <- c(href="https://unpkg.com/d3@4.12.0/build/")
}

htmltools::htmlDependency(
name = "d3",
version = "4.11.0",
version = "4.12.0",
src = src,
script = "d3.min.js"
)
Expand Down

0 comments on commit 4258eb8

Please sign in to comment.