transformers
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -0,1 +1,5 @@ | ||
## 1.8.2 - 2013-02-10 | ||
- Support `sourceURLs` in **component** | ||
## 1.8.1 - 2013-02-10 | ||
@@ -2,0 +6,0 @@ |
@@ -472,2 +472,5 @@ var dirname = require('path').dirname; | ||
} | ||
if (options.sourceURLs === true || (options.sourceURLs !== false && options.development)) { | ||
builder.addSourceURLs(); | ||
} | ||
var path = require('path'); | ||
@@ -499,2 +502,5 @@ builder.paths = (options.paths || ['components']).map(function (p) { | ||
} | ||
if (options.sourceURLs === true || (options.sourceURLs !== false && options.development)) { | ||
builder.addSourceURLs(); | ||
} | ||
var path = require('path'); | ||
@@ -501,0 +507,0 @@ builder.paths = (options.paths || ['components']).map(function (p) { |
{ | ||
"name": "transformers", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "String/Data transformations for use in templating libraries, static site generators and web frameworks", | ||
@@ -5,0 +5,0 @@ "main": "lib/transformers.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
88038
2800
0