Skip to content

Commit 1b7b926

Browse files
committed
released v2.0.2 #32
1 parent c599a6c commit 1b7b926

File tree

2 files changed

+13
-30
lines changed

2 files changed

+13
-30
lines changed

package-lock.json

Lines changed: 10 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-markdown-editor",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
55
"homepage": "https://uiwjs.github.io/react-markdown-editor",
66
"main": "lib/cjs/index.js",
@@ -10,7 +10,7 @@
1010
"prepare": "npm run build",
1111
"released": "npm run build && npm run doc",
1212
"doc": "ENTRYDIR=website kkt build",
13-
"doc:dev": "ENTRYDIR=website PUBLIC_URL=/ kkt start",
13+
"start": "ENTRYDIR=website PUBLIC_URL=/ kkt start",
1414
"build": "npm run ts:build && npm run types:esm && npm run types:cjs && npm run css:build && npm run css:build:dist",
1515
"types:build": "tsbb types --sourceRoot src --target ESNEXT",
1616
"types:watch": "npm run types:esm -- --watch & npm run types:cjs -- --watch",
@@ -58,6 +58,7 @@
5858
"@uiw/react-github-corners": "1.2.0",
5959
"@uiw/react-markdown-preview": "1.0.9",
6060
"@uiw/reset.css": "1.0.4",
61+
"babel-plugin-transform-remove-imports": "1.4.1",
6162
"compile-less-cli": "1.5.1",
6263
"kkt": "5.10.3",
6364
"react": "16.13.0",

0 commit comments

Comments
 (0)