Skip to content

Commit 44d4fbf

Browse files
committed
released v3.0.0
1 parent 0e34118 commit 44d4fbf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@uiw/react-monacoeditor",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"description": "Monaco Editor component for React.",
55
"homepage": "https://jaywcjlove.github.io/react-monacoeditor/",
66
"main": "lib/cjs/index.js",
77
"module": "lib/esm/index.js",
8-
"typings": "typings/index.d.ts",
8+
"typings": "lib/cjs/index.d.ts",
99
"scripts": {
1010
"prepare": "npm run build:lib",
1111
"doc": "kkt build --app-src ./example",
1212
"start": "kkt start --app-src ./example",
13-
"build": "npm run build:ts && npm run doc",
13+
"build": "npm run build:lib && npm run doc",
1414
"build:lib": "npm run ts:build && npm run types:esm && npm run types:cjs",
1515
"watch": "npm run ts:watch & npm run types:watch",
1616
"types:build": "tsbb types --sourceRoot src --target ESNEXT",
@@ -35,7 +35,6 @@
3535
],
3636
"files": [
3737
"lib",
38-
"typings",
3938
"src"
4039
],
4140
"author": "kenny wong <wowohoo@qq.com>",

0 commit comments

Comments
 (0)