Browse Source

fix: IME position error #675

pr675
会PS的小码农 7 months ago
parent
commit
0ef0cf9502
  1. 5110
      package-lock.json
  2. 16
      package.json
  3. 1380
      yarn.lock

5110
package-lock.json
File diff suppressed because it is too large
View File

16
package.json

@ -1,11 +1,11 @@
{
"name": "@hufe921/canvas-editor",
"name": "@liushuai05/canvas-editor",
"author": "Hufe",
"license": "MIT",
"version": "0.9.91",
"version": "0.9.95",
"description": "rich text editor by canvas/svg",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"registry": "https://registry.yarnpkg.com/",
"access": "public"
},
"files": [
@ -18,10 +18,10 @@
"typings": "./dist/src/editor/index.d.ts",
"main": "./dist/canvas-editor.umd.js",
"module": "./dist/canvas-editor.es.js",
"homepage": "https://github.com/Hufe921/canvas-editor",
"homepage": "https://git.liushuai.cq.cn/lsadmin/canvas-editor_fex675",
"repository": {
"type": "git",
"url": "https://github.com/Hufe921/canvas-editor.git"
"url": "git+https://git.liushuai.cq.cn/lsadmin/canvas-editor_fex675.git"
},
"keywords": [
"canvas-editor",
@ -70,5 +70,11 @@
"simple-git-hooks": {
"pre-commit": "npm run lint && npm run type:check",
"commit-msg": "node scripts/verifyCommit.js"
},
"directories": {
"doc": "docs"
},
"bugs": {
"url": "https://github.com/Hufe921/canvas-editor/issues"
}
}

1380
yarn.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save