@wangeditor/upload-image-module
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@wangeditor/upload-image-module", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "wangEditor upload-image module", | ||
"author": "wangfupeng1988 <wangfupeng1988@163.com>", | ||
"contributors": [], | ||
"homepage": "https://github.com/wangeditor-team/wangEditor-v5#readme", | ||
"homepage": "https://github.com/wangeditor-team/wangEditor#readme", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "types": "dist/upload-image-module/src/index.d.ts", | ||
"type": "git", | ||
"url": "git+https://github.com/wangeditor-team/wangEditor-v5.git" | ||
"url": "git+https://github.com/wangeditor-team/wangEditor.git" | ||
}, | ||
@@ -42,3 +42,3 @@ "scripts": { | ||
"bugs": { | ||
"url": "https://github.com/wangeditor-team/wangEditor-v5/issues" | ||
"url": "https://github.com/wangeditor-team/wangEditor/issues" | ||
}, | ||
@@ -48,4 +48,4 @@ "peerDependencies": { | ||
"@uppy/xhr-upload": "^2.0.3", | ||
"@wangeditor/basic-modules": "0.x", | ||
"@wangeditor/core": "0.x", | ||
"@wangeditor/basic-modules": "1.x", | ||
"@wangeditor/core": "1.x", | ||
"dom7": "^3.0.0", | ||
@@ -56,3 +56,3 @@ "lodash.foreach": "^4.5.0", | ||
}, | ||
"gitHead": "792730457cda606d36c4ab48213bc612caa9cd40" | ||
"gitHead": "f136fbd5078355d96a0adc9c5cebf27c71544907" | ||
} |
# wangEditor upload-image-module | ||
Upload image module built in [wangEditor](https://www.wangeditor.com/v5/) by default. | ||
Upload image module built in [wangEditor](https://www.wangeditor.com/) by default. |
550680
21