Skip to content

Commit

Permalink
chore(monorepo): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Aug 12, 2022
1 parent 2bab439 commit 6b8b521
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/better-write-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vueuse/head": "0.7.5",
"@vueuse/integrations": "8.2.5",
"@vueuse/motion": "2.0.0-beta.12",
"better-write-image-conversor": "^0.16.11",
"better-write-image-converter": "^0.16.11",
"better-write-languages": "^0.16.11",
"better-write-plugin-core": "^0.16.11",
"better-write-plugin-exporter-docx": "^0.16.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/better-write-app/src/use/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useFormat } from './format'
import { useUtils } from './utils'
import { usePDFStore } from '@/store/pdf'
import i18n from '@/lang'
import { ImageToForcePNG } from 'better-write-image-conversor'
import { ImageToForcePNG } from 'better-write-image-converter'

export const useFactory = () => {
const PDF = usePDFStore()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "better-write-image-conversor",
"name": "better-write-image-converter",
"version": "0.16.11",
"author": "Novout",
"license": "MIT",
Expand Down

0 comments on commit 6b8b521

Please sign in to comment.