From 9f1566dda1f0b1d2c58dcf03c81c4675f92fdf4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 25 May 2018 18:53:00 +0800 Subject: [PATCH] fixed deps deverion --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7c547b8..d767ffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smartyx", - "version": "1.0.0", + "version": "1.0.1", "description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎", "keywords": [ "fivejs", @@ -15,7 +15,7 @@ "url": "https://github.com/yutent/smarty.git" }, "dependencies": { - "es.shim": "^1.0.0", + "es.shim": "^1.0.1", "iofs": "^1.1.0" }, "devDependencies": {},