diff --git a/.autod.conf b/.autod.conf deleted file mode 100644 index ec9956d..0000000 --- a/.autod.conf +++ /dev/null @@ -1,23 +0,0 @@ -'ues strict'; - -module.exports = { - write: true, - prefix: '^', - devprefix: '^', - exclude: [ - 'test/fixtures', - ], - dep: [ - ], - devdep: [ - 'autod', - 'eslint-config-egg', - 'eslint', - 'egg-bin', - 'egg-ci', - ], - keep: [ - ], - semver: [ - ], -}; diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d443c80..531f8b4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -35,7 +35,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install Dependencies - run: npm i -g npminstall && npminstall + run: npm i - name: Continuous Integration run: npm run ci diff --git a/package.json b/package.json index 880b326..fc9484b 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,7 @@ "test-local": "egg-bin test --full-trace", "cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace", "ci": "npm run lint && npm run cov", - "lint": "eslint lib test index.js", - "autod": "autod" + "lint": "eslint lib test index.js" }, "repository": { "type": "git", @@ -41,14 +40,12 @@ "humanize-ms": "^1.2.1" }, "devDependencies": { - "autod": "^3.0.1", "coffee": "^5.3.0", "cross-env": "^6.0.3", "egg-bin": "^4.9.0", - "egg-ci": "^1.10.0", "eslint": "^5.7.0", "eslint-config-egg": "^7.1.0", - "git-contributor": "^1.0.10", + "git-contributor": "^2.0.0", "mm": "^2.4.1", "pedding": "^1.1.0", "typescript": "^3.8.3" @@ -56,13 +53,6 @@ "engines": { "node": ">= 8.0.0" }, - "ci": { - "type": "github", - "os": { - "github": "linux" - }, - "version": "8, 10, 12, 14, 16" - }, "author": "fengmk2 (https://github.com/fengmk2)", "license": "MIT" }