Skip to content

Commit

Permalink
chore: @wya-doc/ -> @wya/doc-
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Jun 8, 2020
1 parent d8a8366 commit e11b3e2
Show file tree
Hide file tree
Showing 16 changed files with 290 additions and 396 deletions.
2 changes: 1 addition & 1 deletion packages/client/lib/src/components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</template>

<script>
import { URLSchema } from '@wya-doc/utils';
import { URLSchema } from '@wya/doc-utils';
import { DEFAULT_FOOTER } from '../constants';
export default {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/lib/src/components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<script>
import { Message } from '@wya/vc';
import { Storage, URLSchema, IndexedDB } from '@wya-doc/utils';
import { Storage, URLSchema, IndexedDB } from '@wya/doc-utils';
import { LOCALE_TAG, DEFAULT_HEADER } from '../constants';
export default {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/lib/src/extends/md.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Vue from 'vue';
import hljs from 'highlight.js';

import { Markdown } from '@wya-doc/utils';
import Playground from '@wya-doc/playground';
import { Markdown } from '@wya/doc-utils';
import Playground from '@wya/doc-playground';

hljs.configure({
// 一个缩进为四空格
Expand Down
2 changes: 1 addition & 1 deletion packages/client/lib/src/global.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as WYA_VC from '@wya/vc';
import * as Utils from '@wya/utils';
import { IndexedDB } from '@wya-doc/utils';
import { IndexedDB } from '@wya/doc-utils';
import { LOCALE_TAG } from './constants';

class GlobalBase {
Expand Down
Loading

0 comments on commit e11b3e2

Please sign in to comment.