@datacamp/waffles-tokens
Advanced tools
Comparing version 0.6.6 to 0.6.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.6.7](https://github.com/datacamp/design-system/compare/@datacamp/waffles-tokens@0.6.6...@datacamp/waffles-tokens@0.6.7) (2019-12-02) | ||
**Note:** Version bump only for package @datacamp/waffles-tokens | ||
## [0.6.6](https://github.com/datacamp/design-system/compare/@datacamp/waffles-tokens@0.6.5...@datacamp/waffles-tokens@0.6.6) (2019-11-06) | ||
@@ -8,0 +16,0 @@ |
@@ -43,4 +43,4 @@ const _ = require('lodash'); | ||
...dictionary.properties, | ||
size: { ...size, font: replaceFontSizeValues(size.font) }, | ||
color: replaceColorValues(color), // replace color objects with string formats | ||
color: replaceColorValues(color), | ||
size: { ...size, font: replaceFontSizeValues(size.font) }, // replace color objects with string formats | ||
}); | ||
@@ -47,0 +47,0 @@ return JSON.stringify( |
{ | ||
"name": "@datacamp/waffles-tokens", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "", | ||
@@ -20,3 +20,3 @@ "main": "lib/core-tokens.json", | ||
"lodash": "^4.17.13", | ||
"nodemon": "^1.19.4", | ||
"nodemon": "^2.0.1", | ||
"omit-deep-lodash": "^1.1.4", | ||
@@ -26,3 +26,3 @@ "style-dictionary": "2.8.3", | ||
}, | ||
"gitHead": "503853150a7dc23023da478a8e99ffb061b3eb3b" | ||
"gitHead": "7501825aad797a0f6fa556f69a6ce861cb99e2e4" | ||
} |
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
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
217721