mjml-social
Advanced tools
Comparing version 3.1.1-beta.3 to 3.1.1
@@ -169,5 +169,5 @@ 'use strict'; | ||
value: function getStyles() { | ||
var _props = this.props; | ||
var mjAttribute = _props.mjAttribute; | ||
var defaultUnit = _props.defaultUnit; | ||
var _props = this.props, | ||
mjAttribute = _props.mjAttribute, | ||
defaultUnit = _props.defaultUnit; | ||
@@ -182,3 +182,3 @@ | ||
fontWeight: mjAttribute('font-weight'), | ||
lineHeight: defaultUnit(mjAttribute('line-height'), 'px'), | ||
lineHeight: mjAttribute('line-height'), | ||
textDecoration: mjAttribute('text-decoration') | ||
@@ -185,0 +185,0 @@ }, |
{ | ||
"name": "mjml-social", | ||
"description": "mjml-social", | ||
"version": "3.1.1-beta.3", | ||
"version": "3.1.1", | ||
"main": "lib/index.js", | ||
@@ -16,6 +16,6 @@ "repository": { | ||
"dependencies": { | ||
"lodash": "^4.16.4", | ||
"mjml-core": "~3.1.1-beta.3", | ||
"react": "^15.3.2" | ||
"lodash": "^4.17.2", | ||
"mjml-core": "~3.1.1", | ||
"react": "^15.4.1" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
20738
Updatedlodash@^4.17.2
Updatedmjml-core@~3.1.1
Updatedreact@^15.4.1