rigjs 3.0.8 → 3.0.10

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/demo/package.json CHANGED
@@ -15,9 +15,9 @@
15
15
  "dependencies": {
16
16
  "core-js": "^3.8.3",
17
17
  "cross-env": "^7.0.3",
18
- "rig-test-1": "git+ssh://git@github.com:FlashHand/rig-test-1.git#1.0.1",
19
18
  "rig-test-2": "git+ssh://git@github.com:FlashHand/rig-test-2.git#1.0.1",
20
19
  "vue": "^2.6.14",
20
+ "rig-test-1": "git+ssh://git@github.com:FlashHand/rig-test-1.git#1.0.1",
21
21
  "r-foundation": "git+ssh://git@github.com:FlashHand/r-foundation.git#1.1.7"
22
22
  },
23
23
  "devDependencies": {
@@ -56,7 +56,7 @@ export default async (cmd:any) => {
56
56
  clone(target, dep);
57
57
  }
58
58
  //dev的库改为*,安装时忽略
59
- dependencies[dep.name] = '*'
59
+ delete dependencies[dep.name]
60
60
  //dev模式下使用workspace
61
61
  } else {
62
62
  //非dev得库使用远程地址安装
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rigjs",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "A multi-repos dev tool based on yarn and git.Rigjs is intended to be the simplest way to develop,share and deliver codes between different developers or different projects.",
5
5
  "keywords": [
6
6
  "modular",