ziya-utils 1.1.3 → 1.1.4

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.
package/README.md CHANGED
@@ -14,7 +14,7 @@ A Javascript common tool library.
14
14
  ![gzip size](https://img.badgesize.io/https://unpkg.com/ziya-utils/dist/ziya-utils.js?label=gzip%20size&compression=gzip)
15
15
  ![npm license](https://img.shields.io/npm/l/ziya-utils)
16
16
 
17
- English | [简体中文](/README.zh-CN.md)
17
+ English | [简体中文](README.zh-CN.md)
18
18
 
19
19
  </div>
20
20
 
package/README.zh-CN.md CHANGED
@@ -14,7 +14,7 @@
14
14
  ![gzip size](https://img.badgesize.io/https://unpkg.com/ziya-utils/dist/ziya-utils.js?label=gzip%20size&compression=gzip)
15
15
  ![npm license](https://img.shields.io/npm/l/ziya-utils)
16
16
 
17
- [English](/README.md) | 简体中文
17
+ [English](README.md) | 简体中文
18
18
 
19
19
  </div>
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ziya-utils",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A javascript tool library.",
5
5
  "main": "./lib/index.js",
6
6
  "browser": "dist/ziya-utils.js",