wireless-desc-converter 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wireless-desc-converter",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "淘宝新版图文编辑器 wirelessDesc 适配工具 - HTML 富文本转换为结构化 JSON",
5
5
  "type": "module",
6
6
  "main": "dist/wireless-desc-converter.umd.js",
@@ -29,7 +29,11 @@
29
29
  "license": "MIT",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": ""
32
+ "url": "https://github.com/chaorenzeng/wireless-desc-converter.git"
33
+ },
34
+ "homepage": "https://github.com/chaorenzeng/wireless-desc-converter#readme",
35
+ "bugs": {
36
+ "url": "https://github.com/chaorenzeng/wireless-desc-converter/issues"
33
37
  },
34
38
  "devDependencies": {
35
39
  "rollup": "^2.79.1",