style-data
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -23,3 +23,3 @@ 'use strict'; | ||
var __html = _html, | ||
blocks = options.codeBlocks || codeBlocks; | ||
blocks = extend(codeBlocks, options.codeBlocks); | ||
@@ -26,0 +26,0 @@ Object.keys(blocks).forEach(function (key) { |
{ | ||
"name": "style-data", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Get the content of style tags.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10153