From 74e8825d7078d82dad0da58a7a0a0a0010250fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B5=9A?= Date: Wed, 3 Aug 2016 14:53:31 +0800 Subject: [PATCH] Update package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新handlebars.js到4.0.5 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 83b9c5d..3b9c466 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "fis-parser-handlebars-4.x", - "version": "4.0.3", + "version": "4.0.5", "description": "a plugin for fis to precompile handlebars v4.x template", "main": "index.js", "dependencies": { - "handlebars": "4.0.3" + "handlebars": "4.0.5" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -24,4 +24,4 @@ "url": "https://github.com/scrat-team/fis-parser-handlebars-4.x/issues" }, "homepage": "https://github.com/scrat-team/fis-parser-handlebars-4.x" -} \ No newline at end of file +}