some-javascript-brunch
Advanced tools
Comparing version 0.0.2 to 1.6.0
@@ -16,6 +16,6 @@ (function(){ | ||
path = path.replace(/\\/g, '/'); | ||
return callback(null, in$(path, this.files) ? data : ""); | ||
callback(null, in$(path, this.files) ? data : null); | ||
} catch (e$) { | ||
e = e$; | ||
return callback(e); | ||
callback(e); | ||
} | ||
@@ -22,0 +22,0 @@ }; |
{ | ||
"name": "some-javascript-brunch", | ||
"version": "0.0.2", | ||
"version": "1.6.0", | ||
"description": "Allows you to make Brunch compile only the javascripts you want.", | ||
@@ -5,0 +5,0 @@ "github": "Nami-Doc/some-javascript-brunch", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1758