Skip to content

Commit 80424e7

Browse files
committed
released v1.2.1
1 parent 65d170c commit 80424e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@uiw/react-markdown-editor",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",
7-
"typings": "typings/index.d.ts",
7+
"typings": "lib/cjs/index.d.ts",
88
"scripts": {
99
"prepare": "npm run build",
1010
"watch": "npm run watch:types & npm run watch:ts -- --env-name esm:dev --env-name cjs",

0 commit comments

Comments
 (0)