mjml-button
Advanced tools
Comparing version 4.0.1 to 4.0.4
@@ -58,3 +58,2 @@ 'use strict'; | ||
'border-top': this.getAttribute('border-top'), | ||
color: this.getAttribute('color'), | ||
cursor: 'auto', | ||
@@ -61,0 +60,0 @@ 'font-style': this.getAttribute('font-style'), |
{ | ||
"name": "mjml-button", | ||
"description": "mjml-button", | ||
"version": "4.0.1", | ||
"version": "4.0.4", | ||
"main": "lib/index.js", | ||
@@ -16,9 +16,10 @@ "repository": { | ||
"scripts": { | ||
"clean": "../../node_modules/.bin/rimraf lib", | ||
"build": "../../node_modules/.bin/babel src --out-dir lib" | ||
"clean": "cross-env ../../node_modules/.bin/rimraf lib", | ||
"build": "cross-env ../../node_modules/.bin/babel src --out-dir lib" | ||
}, | ||
"dependencies": { | ||
"cross-env": "^5.1.4", | ||
"lodash": "^4.17.2", | ||
"mjml-core": "^4.0.1" | ||
"mjml-core": "^4.0.4" | ||
} | ||
} |
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
11935
3
133
+ Addedcross-env@^5.1.4
+ Addedcross-env@5.2.1(transitive)
+ Addedcross-spawn@6.0.5(transitive)
+ Addednice-try@1.0.5(transitive)
+ Addedpath-key@2.0.1(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedshebang-command@1.2.0(transitive)
+ Addedshebang-regex@1.0.0(transitive)
+ Addedwhich@1.3.1(transitive)
Updatedmjml-core@^4.0.4