rigjs 1.0.33 → 1.0.34

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/lib/info/index.js CHANGED
@@ -10,6 +10,7 @@ const json5 = require('json5');
10
10
  const print = require('../print');
11
11
  //加载命令控制器
12
12
  const info = () => {
13
+ console.log('process.platform');
13
14
  print.info(`start checking modules|OS:${process.platform} `);
14
15
  let rigJson5 = json5.parse(fs.readFileSync('package.rig.json5'));
15
16
  for (let dep of rigJson5) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rigjs",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "A multi-repos dev tool based on yarn and git.Rig is inspired by cocoapods. Not like those monorepo solutions,rig is a tool for organizing multi-repos.",
5
5
  "keywords": [
6
6
  "modular",