refactor: 1

This commit is contained in:
xiaojunnuo
2021-07-06 18:33:07 +08:00
parent 9fe021cd89
commit 6b2ab3585f
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -4,3 +4,6 @@
[submodule "packages/deploy/client"] [submodule "packages/deploy/client"]
path = packages/deploy/client path = packages/deploy/client
url = https://github.com/certd/certd-client.git url = https://github.com/certd/certd-client.git
[submodule "packages/issuer/node-acme-client"]
path = packages/issuer/node-acme-client
url = https://github.com/certd/node-acme-client.git
+3 -1
View File
@@ -1,6 +1,8 @@
{ {
"packages": [ "packages": [
"packages/*/*" "packages/core/*",
"packages/plugins/*",
"packages/ui/*"
], ],
"version": "0.1.20" "version": "0.1.20"
} }