List both deps & peers (optional with default) (#381)

* List both deps & peers (optional with default)

* Apply suggestions from code review
This commit is contained in:
Jaco Greeff
2020-10-16 15:45:22 +02:00
committed by GitHub
parent 7f4e90a2cf
commit c077dfe24e
9 changed files with 142 additions and 67 deletions
+3 -1
View File
@@ -11,14 +11,16 @@
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/ui-shared": "0.60.2-0",
"@polkadot/util": "^3.6.0-beta.14",
"@polkadot/util-crypto": "^3.6.0-beta.14",
"jdenticon": "2.2.0"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"vue": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^3.5.1",
"vue": "^2.6.12"
}
}