Skip to content

Commit

Permalink
modify package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTangCd committed May 15, 2022
1 parent 822b3bf commit d4cb307
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion commands/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"bugs": {
"url": "https://github.com/MarkTangCd/dapp-cli/issues"
},
"gitHead": "377880938cdf906c42c6c8f31a445691bd5a839d"
"gitHead": "822b3bfe67703d4342d440c2a78fa52f442e5aae"
}
4 changes: 2 additions & 2 deletions core/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@dapp-cli/exec": "^1.0.5",
"@dapp-cli/get-npm-info": "file:../../utils/get-npm-info",
"@dapp-cli/get-npm-info": "^1.0.5",
"@dapp-cli/init": "^1.0.5",
"@dapp-cli/log": "^1.0.5",
"colors": "^1.4.0",
Expand All @@ -33,7 +33,7 @@
"semver": "^7.3.7",
"user-home": "^3.0.0"
},
"gitHead": "377880938cdf906c42c6c8f31a445691bd5a839d",
"gitHead": "822b3bfe67703d4342d440c2a78fa52f442e5aae",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 5 additions & 4 deletions core/exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@dapp-cli/log": "file:../../utils/log",
"@dapp-cli/package": "file:../../models/package",
"@dapp-cli/utils": "file:../../utils/utils"
"@dapp-cli/log": "^1.0.5",
"@dapp-cli/package": "^1.0.5",
"@dapp-cli/utils": "^1.0.5"
},
"bugs": {
"url": "https://github.com/MarkTangCd/dapp-cli/issues"
}
},
"gitHead": "822b3bfe67703d4342d440c2a78fa52f442e5aae"
}
5 changes: 3 additions & 2 deletions models/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
"url": "https://github.com/MarkTangCd/dapp-cli/issues"
},
"dependencies": {
"@dapp-cli/log": "file:../../utils/log",
"@dapp-cli/log": "^1.0.5",
"colors": "^1.4.0",
"semver": "^7.3.7"
}
},
"gitHead": "822b3bfe67703d4342d440c2a78fa52f442e5aae"
}
9 changes: 5 additions & 4 deletions models/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@dapp-cli/format-path": "file:../../utils/format-path",
"@dapp-cli/get-npm-info": "file:../../utils/get-npm-info",
"@dapp-cli/utils": "file:../../utils/utils",
"@dapp-cli/format-path": "^1.0.5",
"@dapp-cli/get-npm-info": "^1.0.5",
"@dapp-cli/utils": "^1.0.5",
"fs-extra": "^10.1.0",
"npminstall": "^6.1.0",
"path-exists": "^4.0.0",
"pkg-dir": "^5.0.0"
},
"bugs": {
"url": "https://github.com/MarkTangCd/dapp-cli/issues"
}
},
"gitHead": "822b3bfe67703d4342d440c2a78fa52f442e5aae"
}
3 changes: 2 additions & 1 deletion utils/format-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
},
"bugs": {
"url": "https://github.com/MarkTangCd/dapp-cli/issues"
}
},
"gitHead": "822b3bfe67703d4342d440c2a78fa52f442e5aae"
}
6 changes: 5 additions & 1 deletion utils/get-npm-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarkTangCd/dapp-cli.git"
Expand All @@ -27,5 +30,6 @@
"axios": "^0.26.1",
"semver": "^7.3.7",
"url-join": "4.0.1"
}
},
"gitHead": "822b3bfe67703d4342d440c2a78fa52f442e5aae"
}
3 changes: 2 additions & 1 deletion utils/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
},
"dependencies": {
"npmlog": "^6.0.2"
}
},
"gitHead": "822b3bfe67703d4342d440c2a78fa52f442e5aae"
}
3 changes: 2 additions & 1 deletion utils/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
},
"dependencies": {
"cli-spinner": "^0.2.10"
}
},
"gitHead": "822b3bfe67703d4342d440c2a78fa52f442e5aae"
}

0 comments on commit d4cb307

Please sign in to comment.