@obr-fe/utils 1.0.7 → 1.0.8

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @obr-fe/utils
2
2
 
3
- 欧倍尔前端工具库.
3
+ Generic JavaScript utility functions by Beijing Oubeier Software.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@obr-fe/utils)](https://www.npmjs.com/package/@obr-fe/utils)
6
6
  [![npm](https://img.shields.io/npm/dm/@obr-fe/utils)](https://www.npmjs.com/package/@obr-fe/utils)
@@ -15,7 +15,7 @@ pnpm add @obr-fe/utils
15
15
 
16
16
  ## Example
17
17
 
18
- 参照[@obr-fe/utils使用文档](https://dev-fe.oberyun.com/fe-docs/obr-utils/).
18
+ [@obr-fe/utils Document](https://dev-fe.oberyun.com/fe-docs/obr-utils/).
19
19
 
20
20
  ## License
21
21
 
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@obr-fe/utils",
3
- "version": "1.0.7",
4
- "description": "欧倍尔前端工具函数库",
3
+ "version": "1.0.8",
4
+ "description": "Generic JavaScript utility functions by Beijing Oubeier Software.",
5
5
  "author": "oberyun",
6
6
  "license": "MIT",
7
+ "homepage": "https://dev-fe.oberyun.com/fe-docs/obr-utils/",
7
8
  "repository": "https://github.com/oberyun/obr-fe-utils",
9
+ "bugs": {
10
+ "url": "https://github.com/oberyun/obr-fe-utils/issues"
11
+ },
8
12
  "keywords": [
9
13
  "utils",
10
14
  "axios",