File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3535 "start" : " npm run build && lerna exec --scope example npm run start" ,
3636 "build" : " export NODE_ENV=production && lerna exec --parallel --ignore 'example' -- babel src -d dist --copy-files" ,
3737 "lint" : " export NODE_ENV=development && lint-staged" ,
38+ "publish" : " lerna version" ,
3839 "prepare" : " husky"
3940 },
4041 "lint-staged" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @seafile/sdoc-editor" ,
3- "version" : " 1 .0.99 " ,
3+ "version" : " 2 .0.83 " ,
44 "main" : " dist/index.js" ,
55 "scripts" : {
66 "test" : " jest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @seafile/seafile-sdoc-editor" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "author" : " shuntian <978987373@qq.com>" ,
55 "homepage" : " https://github.com/seafileltd/sea-sdoc-editor#readme" ,
66 "license" : " ISC" ,
2727 "@seafile/print-js" : " 1.6.6" ,
2828 "classnames" : " 2.3.2" ,
2929 "dayjs" : " 1.10.7" ,
30- "@seafile/sdoc-editor" : " 1 .0.99 "
30+ "@seafile/sdoc-editor" : " 2 .0.83 "
3131 },
3232 "peerDependencies" : {
3333 "i18next" : " ^22.4.0" ,
You can’t perform that action at this time.
0 commit comments