Skip to content

Commit

Permalink
Remove superflous history install
Browse files Browse the repository at this point in the history
This is covered by the dependency specified by superglue
  • Loading branch information
jho406 committed Jan 6, 2025
1 parent f8c554d commit 6a30326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def create_files
add_member_methods

say "Installing Superglue and friends"
run "yarn add history react react-dom @reduxjs/toolkit react-redux @thoughtbot/superglue --save"
run "yarn add react react-dom @reduxjs/toolkit react-redux @thoughtbot/superglue"

if use_typescript
run "yarn add -D @types/react-dom @types/react @types/node @thoughtbot/candy_wrapper"
Expand Down

0 comments on commit 6a30326

Please sign in to comment.