We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11dadb commit 7c6065aCopy full SHA for 7c6065a
R/scaffold_input.R
@@ -70,7 +70,7 @@ scaffoldReactShinyInput <- function(name, npmPkgs = NULL, edit = interactive())
70
71
usethis::use_build_ignore(c("node_modules", "srcjs"))
72
usethis::use_git_ignore(c("node_modules"))
73
- lapply(c("htmltools", "htmlwidgets", "reactR"), usethis::use_package)
+ lapply(c("htmltools", "shiny", "reactR"), usethis::use_package)
74
75
message("To install dependencies from npm run: yarn install")
76
message("To build JavaScript run: yarn run webpack --mode=development")
0 commit comments