tools_dj 1.0.3 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
- # element-plus 主题自定义
1
+ # 工具库模板
2
2
 
3
3
  ## 介绍
4
4
  tools工具库
5
+ 后期可以直接安装和修改
5
6
 
6
7
  ## 安装
7
8
  npm i tools_dj
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tools_dj",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "dj tools 工具库",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",