refactor: 1

This commit is contained in:
xiaojunnuo
2021-01-08 09:36:07 +08:00
parent c7b28feb07
commit 6e61f8bcfb
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,6 +5,6 @@ out
gen gen
node_modules/ node_modules/
/test/*.private.* /test/*.private.*
/packages/node-acme-client/.idea/ /other/node-acme-client/.idea/
/*.log /*.log
/packages/certd-run/ /other/certd-run
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"packages": [ "packages": [
"packages/*" "packages/*"
,"other/node-acme-client"
], ],
"version": "0.1.1" "version": "0.1.5"
} }