Skip to content

Commit

Permalink
[NO-TICKET] Add missing node-sass dependency to TS example (#1804)
Browse files Browse the repository at this point in the history
Add missing node-sass dependency to create-react-app-typescript example
  • Loading branch information
pwolfert authored May 9, 2022
1 parent a7bc881 commit 7e1c2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/create-react-app-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3",
Expand Down

0 comments on commit 7e1c2bf

Please sign in to comment.