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
@@ -15,7 +15,8 @@
"@types/react-copy-to-clipboard": "^4.2.6",
"color": "^3.0.0",
"jdenticon": "^2.1.1",
"react-copy-to-clipboard": "^5.0.1"
"react-copy-to-clipboard": "^5.0.1",
"styled-components": "^4.1.3"
},
"peerDependencies": {
"@polkadot/keyring": "*",
+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",