Skip to content

Commit

Permalink
chore: remove autod
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Mar 12, 2022
1 parent b92c60d commit 3436650
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
19 changes: 0 additions & 19 deletions .autod.conf.js

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ run
!.eslintrc
!.gitignore
!.travis.yml
!.autod.conf.js
*.bin

zookeeper.out
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[SOFARPC](https://github.com/alipay/sofa-rpc) Nodejs 实现版本

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Node.js CI](https://github.com/sofastack/sofa-rpc-node/actions/workflows/nodejs.yml/badge.svg)](https://github.com/sofastack/sofa-rpc-node/actions/workflows/nodejs.yml)
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]

Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
"lib"
],
"scripts": {
"autod": "autod",
"lint": "eslint . --ext .js --fix",
"cov": "TEST_TIMEOUT=20000 egg-bin cov",
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"pkgfiles": "egg-bin pkgfiles --check",
"ci": "npm run start:zk && npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
"ci": "npm run start:zk && npm run pkgfiles && npm run lint && npm run cov",
"contributors": "contributors -f plain -o AUTHORS",
"start:zk": "node test/scripts/start.js",
"stop:zk": "node test/scripts/stop.js"
Expand Down Expand Up @@ -53,7 +52,6 @@
},
"devDependencies": {
"antpb": "^1.0.0",
"autod": "^3.1.0",
"coffee": "^5.4.0",
"contributors": "^0.5.1",
"dubbo-remoting": "^2.1.4",
Expand Down

0 comments on commit 3436650

Please sign in to comment.