@wonderflow/tokens
Advanced tools
Comparing version 5.0.0 to 5.1.0
{ | ||
"name": "@wonderflow/tokens", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Design tokens from Wonderflow design language", | ||
@@ -12,4 +12,4 @@ "main": "platforms/web/index", | ||
"build": "run-s build:tokens build:types", | ||
"build:tokens": "node src/index.js", | ||
"build:types": "node src/generate-types.js", | ||
"build:tokens": "ts-node src/index", | ||
"build:types": "ts-node src/generate-types", | ||
"test": "uvu tests --bail" | ||
@@ -38,14 +38,9 @@ }, | ||
"devDependencies": { | ||
"@wonderflow/eslint-config": "1.1.6", | ||
"@types/fs-extra": "9.0.13", | ||
"@types/tinycolor2": "1.4.3", | ||
"fs-extra": "10.0.0", | ||
"npm-run-all": "4.1.5", | ||
"rimraf": "3.0.2", | ||
"style-dictionary": "3.0.3", | ||
"tinycolor2": "1.4.2" | ||
}, | ||
"dependencies": { | ||
"commander": "5.1.0", | ||
"jsonfile": "4.0.0", | ||
"universalify": "0.1.2" | ||
"style-dictionary": "3.1.1", | ||
"tinycolor2": "1.4.2", | ||
"tsconfig": "*" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
11207
4
2
0
- Removedcommander@5.1.0
- Removedjsonfile@4.0.0
- Removeduniversalify@0.1.2
- Removedcommander@5.1.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removeduniversalify@0.1.2(transitive)