Swap from color to colord for color manipulation (#733)

This commit is contained in:
Jaco
2023-03-13 12:55:30 +02:00
committed by GitHub
parent e1f96f1fcf
commit c1b3cc87ee
6 changed files with 34 additions and 80 deletions
+1 -2
View File
@@ -20,13 +20,12 @@
"version": "3.0.3-1-x",
"main": "index.js",
"dependencies": {
"color": "^3.2.1",
"colord": "^2.9.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"@types/color": "^3.0.3",
"@types/xmlserializer": "^0.6.3",
"xmlserializer": "^0.6.1"
},