From 6f323173e7d8ac62dd33b6afb4034bf0fae1f4c0 Mon Sep 17 00:00:00 2001 From: magicodex Date: Fri, 20 Oct 2023 13:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83v1.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6171fbe..e3f1cba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsx-render-to-html", - "version": "1.1.6", + "version": "1.1.7", "description": "转换 jsx 文件成 html 文件", "license": "MIT", "author": "mh.z", @@ -11,8 +11,7 @@ "main": "index.js", "types": "index.d.ts", "files": [ - "bin/render-to-html-string.js", - "bin/write-html-file-sync.js", + "bin/", "render-to-html-string.js", "render-to-html-string.d.ts", "index.js",