scrat-swig
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -223,4 +223,4 @@ 'use strict' | ||
html : this._pagelets, | ||
js : this._collect.js, | ||
css : this._collect.css, | ||
js : this._collect.js || [], | ||
css : this._collect.css || [], | ||
script: this._script | ||
@@ -227,0 +227,0 @@ }) |
{ | ||
"name": "scrat-swig", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Extensions of swig for scrat", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13254