From a729d968b0f9abdbd22f7581adaecf7beea23306 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 31 Jan 2017 20:30:59 -0500 Subject: [PATCH] gen: update twig to ~0.10.3 --- bin/express | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/express b/bin/express index fb5eecbf..385c9ec0 100755 --- a/bin/express +++ b/bin/express @@ -267,7 +267,7 @@ function createApplication(app_name, path) { pkg.dependencies['pug'] = '~2.0.0-beta10'; break; case 'twig': - pkg.dependencies['twig'] = '~0.9.5'; + pkg.dependencies['twig'] = '~0.10.3'; break; case 'vash': pkg.dependencies['vash'] = '~0.12.2';