typography-theme-ocean-beach
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -26,3 +26,3 @@ 'use strict'; | ||
baseFontSize: '19px', | ||
baseLineHeight: '30px', | ||
baseLineHeight: 1.58, | ||
googleFonts: [{ | ||
@@ -29,0 +29,0 @@ name: 'Roboto Slab', |
{ | ||
"name": "typography-theme-ocean-beach", | ||
"description": "A theme for Typography.js", | ||
"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": [ |
@@ -10,3 +10,3 @@ // @flow | ||
baseFontSize: '19px', | ||
baseLineHeight: '30px', | ||
baseLineHeight: 1.58, | ||
googleFonts: [ | ||
@@ -13,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
216259
+ 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