typography-theme-funston
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -22,3 +22,3 @@ 'use strict'; | ||
baseFontSize: '20px', | ||
baseLineHeight: '28px', | ||
baseLineHeight: 1.4, | ||
googleFonts: [{ | ||
@@ -25,0 +25,0 @@ name: 'Patua One', |
{ | ||
"name": "typography-theme-funston", | ||
"description": "A theme for Typography.js", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
"main": "./dist/index.js", | ||
"dependencies": { | ||
"gray-percentage": "^1.1.2", | ||
"typography-breakpoint-constants": "^0.10.0" | ||
"gray-percentage": "^2.0.0", | ||
"typography-breakpoint-constants": "^0.13.0" | ||
}, | ||
@@ -11,0 +11,0 @@ "keywords": [ |
@@ -9,3 +9,3 @@ // @flow | ||
baseFontSize: '20px', | ||
baseLineHeight: '28px', | ||
baseLineHeight: 1.4, | ||
googleFonts: [ | ||
@@ -12,0 +12,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
18811
+ 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