rigjs 3.0.10 → 3.0.13

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_CN.md CHANGED
@@ -45,10 +45,6 @@ version是git的tag
45
45
  'rig-demo-1': {
46
46
  source: 'git@github.com:FlashHand/rig-demo-1.git',
47
47
  version: '0.0.1',
48
- },
49
- 'rig-demo-2': {
50
- source: 'git@github.com:FlashHand/rig-demo-2.git',
51
- version: '0.0.1',
52
48
  }
53
49
  }
54
50
  }
@@ -57,8 +53,9 @@ version是git的tag
57
53
  ```shell
58
54
  yarn install
59
55
  ```
56
+ ### 3. 前端开发工具配置
60
57
 
61
- ### 3.开发一个新的rig库或改造现有仓库为rig库
58
+ ### 4.开发一个新的rig库或改造现有仓库为rig库
62
59
  rig库指在rig管理下的仓库
63
60
 
64
61
  参考demo目录