cortex-handlebars-compiler
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -33,3 +33,3 @@ 'use strict'; | ||
this._check_option(options, 'path'); | ||
this._check_option(options, 'tree'); | ||
this._check_option(options, 'graph'); | ||
this._check_option(options, 'shrinkwrap'); | ||
@@ -285,3 +285,3 @@ | ||
'neuron.config({', | ||
'tree:' + JSON.stringify(this.tree) + ',', | ||
'graph:' + JSON.stringify(this.graph) + ',', | ||
'path:"' + this.relative_cwd + '"' + ',', | ||
@@ -288,0 +288,0 @@ '});', |
{ | ||
"name": "cortex-handlebars-compiler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Handlebar helpers for cortex template.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16711