Add styled-components to dependencies (#97)

This commit is contained in:
Stefanie Doll
2019-03-20 17:10:11 +01:00
committed by Jaco Greeff
parent ab343832a8
commit 7157d926e7
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"@babel/runtime": "^7.3.4",
"@types/store": "^2.0.1",
"rxjs": "^6.4.0",
"store": "^2.0.12"
"store": "^2.0.12",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@polkadot/keyring": "^0.39.0-beta.2",