Skip to content

Commit

Permalink
fix: add missing rimraf dependency in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozwiaczek committed Dec 8, 2020
1 parent 1a009e6 commit 6ba5521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"styled-components": "^5.2.1",
"typescript": "^4.0.3"
"typescript": "^4.0.3",
"rimraf": "^3.0.2"
}
}

0 comments on commit 6ba5521

Please sign in to comment.