From beb95724d894318d8507073fa7cce15b05d926bd Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 9 Jun 2022 10:09:49 +0800 Subject: [PATCH 1/2] chore: update files fields in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a07a702..f9024ce0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lib", "esm", "markdown.css", - "src/*.{ts,less}" + "src/**/*.{ts,tsx,less}" ], "keywords": [ "react", From b07452583f37b7ac80549a478fa5420442dd3b5f Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 9 Jun 2022 10:10:09 +0800 Subject: [PATCH 2/2] released v4.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9024ce0..9000fd7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-markdown-preview", - "version": "4.0.13", + "version": "4.0.14", "description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.", "homepage": "https://uiwjs.github.io/react-markdown-preview", "main": "lib/index.js",