scribe-plugin-span-style
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "scribe-plugin-span-style", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A Scribe Plugin for adding inline styles through <span> elements", | ||
@@ -5,0 +5,0 @@ "main": "src/scribe-plugin-span-style.js", |
@@ -1,2 +0,2 @@ | ||
export default function(styleName) { | ||
module.exports = function(styleName) { | ||
return function(scribe) { | ||
@@ -3,0 +3,0 @@ let spanStyleCommand = new scribe.api.SimpleCommand(styleName); |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4136
4
1
21