From 263d7c6cf658771215053682b918ae83d541287a Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 9 Jun 2022 09:48:41 +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 8c3425d9..ddf002e2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lib", "esm", "markdown.css", - "src/*.{js,json}" + "src/*.{ts,less}" ], "keywords": [ "react", From de4ed7e4a4bef61848e0ff0e75975e0a88e6e201 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 9 Jun 2022 09:49:05 +0800 Subject: [PATCH 2/2] released v4.0.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ddf002e2..2a07a702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-markdown-preview", - "version": "4.0.12", + "version": "4.0.13", "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",