mm_config 1.1.0 → 1.1.2

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_config",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "这是超级美眉配置同步器,用于更改配置同步保存为JSON文件",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -24,6 +24,6 @@
24
24
  "homepage": "https://github.com/qiuwenwu/mm_config#readme",
25
25
  "dependencies": {
26
26
  "json5": "^2.2.3",
27
- "mm_expand": "^1.5.9"
27
+ "mm_expand": "^1.7.0"
28
28
  }
29
29
  }