diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-05 15:48:46 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-05 15:48:46 -0700 |
commit | 1df905591f9a622c32a30bfd0db75b701a62a0cd (patch) | |
tree | 1e5480a78968b43853295f50fc8eed1cfb55927b /package.json | |
parent | 8ec5b7a35e0e52e492148bd490c53586be9879fa (diff) |
Add emotion-theming dependency
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 362ed36..b3cbba8 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "@fortawesome/free-brands-svg-icons": "^5.7.2", "@fortawesome/free-solid-svg-icons": "^5.7.2", "emotion": "^10.0.9", + "emotion-theming": "^10.0.10", "gatsby": "^2.1.30", "gatsby-image": "^2.0.32", "gatsby-plugin-emotion": "^4.0.6", |