jstransformer-twig
Advanced tools
Comparing version 1.1.2 to 1.1.3
# Changelog | ||
## v1.1.3: 2016-11-27 | ||
- Update Twig to `^0.10.2` | ||
- Fixed `options.path` as an object usage | ||
## v1.1.2: 2016-11-16 | ||
@@ -4,0 +9,0 @@ |
@@ -20,3 +20,3 @@ 'use strict'; | ||
// TODO: Make sure the `root` is correct? | ||
if (options.path && options.path !== 'string') { | ||
if (options.path && typeof options.path !== 'string') { | ||
options.path = path.format(options.path) | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "jstransformer-twig", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Twig.js support for JSTransformers.", | ||
"dependencies": { | ||
"twig": "^0.10.0" | ||
"twig": "^0.10.2" | ||
}, | ||
@@ -8,0 +8,0 @@ "keywords": [ |
5167
Updatedtwig@^0.10.2