chore: 去除无用代码

This commit is contained in:
力皓 2020-09-14 15:08:47 +08:00
parent 6cb02bd22a
commit 419064308d
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ import { Skeleton, SettingsPrimaryPane, registerDefaults } from '@ali/lowcode-ed
import { deepValueParser } from './deep-value-parser';
import { liveEditingRule, liveEditingSaveHander } from './vc-live-editing';
import { Item } from '@alifd/next/types/breadcrumb';
export const editor = new Editor();
globalContext.register(editor, Editor);

View File

@ -54,5 +54,5 @@
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.9-1/build/index.html"
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.9-2/build/index.html"
}