提交 607f4f28 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

Merge branch 'master' of github.com:Chatie/wechaty

......@@ -60,7 +60,7 @@ Wechaty.instance() // Global Instance
.start()
```
> **Notice: Wechaty requires Node.js version >= 10**
> **Notice: Wechaty requires Node.js version >= 12**
This bot can log all messages to the console after login by scan.
......@@ -68,7 +68,7 @@ You can find more examples from [Wiki](https://github.com/Wechaty/wechaty/wiki/E
## Requirements
1. Node.js v10
1. Node.js v12
1. `sudo apt-get install build-essential && sudo snap install shellcheck`
## Getting Started
......@@ -417,7 +417,7 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
- [Java Wechaty](https://github.com/wechaty/java-wechaty) - Java WeChaty Conversational AI Chatbot SDK for Wechat Individual Accounts (Java)
- [Scala Wechaty](https://github.com/wechaty/scala-wechaty) - Scala WeChaty Conversational AI Chatbot SDK for WechatyIndividual Accounts (Scala)
## Author
## Authors
1. [Huan](https://github.com/huan) [(李卓桓)](http://linkedin.com/in/zixia), Tencent TVP of Chatbot
1. [Rui (李佳芮)](https://pre-angel.com/peoples/jiarui-li/)
......@@ -426,6 +426,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
## Copyright & License
- Code & Docs © 2016 Huan LI \<zixia@zixia.net\>
- Code & Docs © 2016 Huan, Rui, and Wechaty Contributors
- Code released under the Apache-2.0 License
- Docs released under Creative Commons
......@@ -18,7 +18,7 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"changelog": "github_changelog_generator -u wechaty -p wechaty && sed -i'.bak' /greenkeeper/d CHANGELOG.md && sed -i'.bak' /Snyk/d CHANGELOG.md && sed -i'.bak' '/An in-range update of/d' CHANGELOG.md && ts-node scripts/sort-contributiveness.ts < CHANGELOG.md > CHANGELOG.new.md 2>/dev/null && cat CHANGELOG.md >> CHANGELOG.new.md && mv CHANGELOG.new.md CHANGELOG.md",
"doctor": "npm run check-node-version && ts-node bin/doctor",
"check-node-version": "check-node-version --node \">= 10\"",
"check-node-version": "check-node-version --node \">= 12\"",
"lint": "npm run check-node-version && npm run lint:es && npm run lint:ts && npm run lint:sh && npm run lint:md",
"lint:es": "eslint --ignore-pattern node_modules/ --ignore-pattern fixtures/ \"{bin,examples,src,scripts,tests}/**/*.ts\"",
"lint:md": "markdownlint README.md",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册