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
+2 -2
View File
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1",
"@polkadot/util": "^3.6.0-beta.14",
"@polkadot/util-crypto": "^3.6.0-beta.14",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.1"
}