Merge branch 'guox191-docs'

This commit is contained in:
xiaofeng.mxf 2019-03-25 13:28:14 +08:00
commit 344dcf8f66
2 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@ AnyProxy
[npm-image]: https://img.shields.io/npm/v/anyproxy.svg?style=flat-square
[npm-url]: https://npmjs.org/package/anyproxy
[node-image]: https://img.shields.io/badge/node.js-%3E=_5.0.0-green.svg?style=flat-square
[node-image]: https://img.shields.io/badge/node.js-%3E=_6.0.0-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/anyproxy.svg?style=flat-square
[download-url]: https://npmjs.org/package/anyproxy

View File

@ -108,5 +108,8 @@
"url": "https://github.com/alibaba/anyproxy"
},
"author": "ottomao@gmail.com",
"license": "Apache-2.0"
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
}
}