grunt-yate
Advanced tools
Comparing version 0.0.17 to 0.2.0
{ | ||
"name": "grunt-yate", | ||
"description": "Yate compiler plugin", | ||
"version": "0.0.17", | ||
"version": "0.2.0", | ||
"homepage": "https://github.com/lapple/grunt-yate", | ||
@@ -38,6 +38,5 @@ "author": { | ||
"grunt": "~0.4.1", | ||
"yate": ">=0.0.32" | ||
"yate": ">=0.0.72" | ||
}, | ||
"dependencies": { | ||
"yate": ">=0.0.32", | ||
"temporary": "0.0.5", | ||
@@ -44,0 +43,0 @@ "async": "~0.2.10" |
@@ -90,7 +90,9 @@ /* | ||
var yate_options = { | ||
'write-ast': options.writeAST | ||
}; | ||
try { | ||
yate.cliOptions['write-ast'] = options.writeAST; | ||
// Building compiled templates. | ||
src = yate.compile(templates).js; | ||
src = yate.compile(templates, yate_options).js; | ||
} catch(e) { | ||
@@ -97,0 +99,0 @@ grunt.event.emit('yate:error', e); |
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
47148
4
1171
0
- Removedyate@>=0.0.32