typography-theme-wordpress-2016
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -22,9 +22,4 @@ 'use strict'; | ||
baseFontSize: '16px', | ||
baseLineHeight: '28px', | ||
modularScales: [{ | ||
scale: 'major tenth' | ||
}, { | ||
scale: 'octave', | ||
maxWidth: '768px' | ||
}], | ||
baseLineHeight: 1.75, | ||
scale: 5 / 2, | ||
googleFonts: [{ | ||
@@ -31,0 +26,0 @@ name: 'Montserrat', |
{ | ||
"name": "typography-theme-wordpress-2016", | ||
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2016 default theme", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
"dependencies": { | ||
"gray-percentage": "^1.1.2", | ||
"typography-breakpoint-constants": "^0.10.0" | ||
"gray-percentage": "^2.0.0", | ||
"typography-breakpoint-constants": "^0.13.0" | ||
}, | ||
@@ -10,0 +10,0 @@ "keywords": [ |
@@ -9,12 +9,4 @@ // @flow | ||
baseFontSize: '16px', | ||
baseLineHeight: '28px', | ||
modularScales: [ | ||
{ | ||
scale: 'major tenth', | ||
}, | ||
{ | ||
scale: 'octave', | ||
maxWidth: '768px', | ||
}, | ||
], | ||
baseLineHeight: 1.75, | ||
scale: 5/2, | ||
googleFonts: [ | ||
@@ -21,0 +13,0 @@ { |
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
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
13193
192
+ Addedgray-percentage@2.0.0(transitive)
+ Addedtypography-breakpoint-constants@0.13.0(transitive)
- Removedgray-percentage@1.1.2(transitive)
- Removedtypography-breakpoint-constants@0.10.0(transitive)
Updatedgray-percentage@^2.0.0