From ea957d63b0194ac781d1201feda576ecfdf09473 Mon Sep 17 00:00:00 2001 From: Arjan van Wijk Date: Thu, 19 Sep 2019 12:44:27 +0200 Subject: [PATCH] patch 1.1.2 Fix nested paths --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b019938..f334376 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muban-convert-hbs", - "version": "1.1.1", + "version": "1.1.2", "description": "Convert muban hbs templates to htl, django, twig and others.", "main": "./index.js", "types": "./index.d.ts",