scrat-swig
Advanced tools
Comparing version 0.0.16 to 0.0.17
var swig = require('swig') | ||
;['body', 'head', 'html', 'pagelet', 'require', 'script', 'uri'].forEach(function(tag){ | ||
;[ | ||
'body', 'head', 'html', | ||
'pagelet', 'require', | ||
'script', 'uri', 'title' | ||
].forEach(function(tag){ | ||
var t = require('./tags/' + tag); | ||
@@ -4,0 +8,0 @@ swig.setTag(tag, t.parse, t.compile, t.ends, t.blockLevel || false); |
{ | ||
"name": "scrat-swig", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Extensions of swig for scrat", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13954
509