File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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" ,
3535 ],
3636 "files" : [
3737 " lib" ,
38- " typings" ,
3938 " src"
4039 ],
4140 "author" : " kenny wong <wowohoo@qq.com>" ,
You can’t perform that action at this time.
0 commit comments