Skip to content

Commit 7c6065a

Browse files
committed
In input scaffold, depend on shiny instead of htmlwidgets
1 parent d11dadb commit 7c6065a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/scaffold_input.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ scaffoldReactShinyInput <- function(name, npmPkgs = NULL, edit = interactive())
7070

7171
usethis::use_build_ignore(c("node_modules", "srcjs"))
7272
usethis::use_git_ignore(c("node_modules"))
73-
lapply(c("htmltools", "htmlwidgets", "reactR"), usethis::use_package)
73+
lapply(c("htmltools", "shiny", "reactR"), usethis::use_package)
7474

7575
message("To install dependencies from npm run: yarn install")
7676
message("To build JavaScript run: yarn run webpack --mode=development")

0 commit comments

Comments
 (0)