From faba25bf425e197e08a064b550bd24b0d866d8bf Mon Sep 17 00:00:00 2001 From: yutent Date: Fri, 3 Jan 2025 15:47:13 +0800 Subject: [PATCH] update --- package.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9f55675..5663db8 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,24 @@ { "name": "smartyx", "version": "2.1.1", + "type": "module", "description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎", - "keywords": ["fivejs", "php", "smarty", "template", "ejs", "jade"], + "keywords": [ + "fivejs", + "php", + "smarty", + "template", + "ejs", + "jade" + ], "author": "yutent ", "repository": { "type": "git", - "url": "https://github.com/bytedo/smarty.git" + "url": "https://git.wkit.fun/bytedo/smarty.git" }, "dependencies": { - "es.shim": "^2.0.1", - "iofs": "^1.5.0" + "es.shim": "^2.5.0", + "iofs": "^1.5.3" }, "main": "index.js", "exports": {