Skip to content

Commit

Permalink
[code-input] Add react-icons as dependency (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Mar 5, 2019
1 parent 050a04b commit 59b401b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@sanity/code-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"dependencies": {
"lodash": "^4.17.4",
"react-ace": "^5.0.1"
"react-ace": "^5.0.1",
"react-icons": "^2.2.7"
},
"devDependencies": {
"@sanity/check": "0.140.3",
Expand Down

0 comments on commit 59b401b

Please sign in to comment.