gulp-cortex-handlebars-compiler
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -59,2 +59,4 @@ 'use strict'; | ||
this._improve_graph(graph, pkg); | ||
var compiled; | ||
@@ -123,2 +125,8 @@ try { | ||
Compiler.prototype._improve_graph = function(graph, pkg) { | ||
var _ = graph._; | ||
_[pkg.name + '@*'] = _[pkg.name + '@' + pkg.version]; | ||
}; | ||
// Queue the read process | ||
@@ -125,0 +133,0 @@ Compiler.prototype._read_json = function (path, handler, callback) { |
{ | ||
"name": "gulp-cortex-handlebars-compiler", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Gulp task builder for cortex-handlebars-compiler", | ||
@@ -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
6870
120