@hsds/colorway
Advanced tools
Comparing version 8.3.1 to 8.3.2
{ | ||
"name": "@hsds/colorway", | ||
"version": "8.3.1", | ||
"main": "./src/index.js", | ||
"version": "8.3.2", | ||
"main": "index.cjs", | ||
"bin": { | ||
@@ -11,9 +11,3 @@ "colorway": "src/index.js" | ||
}, | ||
"files": [ | ||
"src", | ||
"data", | ||
"manifests", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"files": ["src", "data", "manifests", "README.md", "LICENSE"], | ||
"dependencies": { | ||
@@ -34,6 +28,6 @@ "camelcase": "5.3.1", | ||
"peerDependencies": { | ||
"@hsds/tokens": "1.3.1", | ||
"tslib": "1.14.1" | ||
"@hsds/tokens": "1.3.2", | ||
"tslib": "2.6.2" | ||
}, | ||
"type": "commonjs" | ||
} |
99898
66
884