diff --git a/README.md b/README.md index 85f0562a4cbf32e1f9672905a1709b1fa898ee74..2cac0b500241ec9a5f2038a9a3a4226536d2041f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ Wechaty is a Bot Framework for Wechat **Personal** Account that help you easy cr [![node](https://img.shields.io/node/v/wechaty.svg?maxAge=2592000)](https://nodejs.org/) [![Repo Size](https://reposs.herokuapp.com/?path=wechaty/wechaty)]() -## WARNING +# WARNING -### Wechaty is CONVERTING from Javascript to Typescript now... Please DO NOT clone/pull until this WARNING message gone. +### Wechaty is CONVERTING from Javascript to Typescript now... +### Please DO NOT clone/pull until this WARNING message gone. The usable version is: [v0.4.0](https://github.com/wechaty/wechaty/releases/tag/v0.4.0) (2016/10/9) The Latest Javascript Version diff --git a/typings.json b/typings.json deleted file mode 100755 index 8544c7f1153cb7e8a9b95c53f7c1be8449ed308e..0000000000000000000000000000000000000000 --- a/typings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "globalDependencies": { - "node": "registry:env/node#6.0.0+20160918225031", - "socket.io": "registry:dt/socket.io#1.4.4+20160909205835", - "ws": "registry:dt/ws#0.0.0+20161003184106" - }, - "dependencies": { - "body-parser": "registry:npm/body-parser#1.15.2+20160815132839", - "express": "registry:npm/express#4.14.0+20160925001530", - "selenium-webdriver": "registry:npm/selenium-webdriver#3.0.0-beta-2+20160908165836" - } -}