Skip to content

Commit

Permalink
Update attachDependency.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rosswyatt authored Aug 2, 2019
1 parent 1176470 commit 1537b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/attachDependency.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

attachDependency <- function(tag, widget = NULL) {

version <- as.character(packageVersion("shinyWidgets")[[1]])
version <- as.character(packageVersion("shinyGovstyle")[[1]])

dep <- htmltools::htmlDependency(
name = "stylecss", version = version,
Expand Down

0 comments on commit 1537b39

Please sign in to comment.