This commit is contained in:
xiaojunnuo
2021-12-04 17:11:07 +08:00
parent b7c12e6d91
commit a70b4373de
10 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/certd",
"version": "0.2.0",
"version": "0.2.1",
"description": "a ssl cert keeper",
"main": "src/index.js",
"scripts": {
@@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@certd/acme-client": "^0.2.0",
"@certd/api": "^0.2.0",
"@certd/api": "^0.2.1",
"dayjs": "^1.9.7",
"lodash-es": "^4.17.20",
"node-forge": "^0.10.0"