refactor: 1

This commit is contained in:
xiaojunnuo
2021-01-08 09:41:36 +08:00
parent 23bf0d07f7
commit 9e4e3044b4
11 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/executor",
"version": "0.1.5",
"version": "0.1.6",
"description": "",
"main": "src/index.js",
"scripts": {
@@ -10,11 +10,11 @@
},
"type": "module",
"dependencies": {
"@certd/certd": "^0.1.2",
"@certd/plugins": "^0.1.2",
"@certd/api": "^0.1.2",
"lodash-es": "^4.17.20",
"dayjs": "^1.9.7"
"@certd/api": "^0.1.6",
"@certd/certd": "^0.1.6",
"@certd/plugins": "^0.1.6",
"dayjs": "^1.9.7",
"lodash-es": "^4.17.20"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",