From 37c0fd72c83371a311693f8d593e1690a46d8163 Mon Sep 17 00:00:00 2001 From: Huan LI Date: Sun, 8 Oct 2017 23:38:54 +0800 Subject: [PATCH] fix ^^ typo --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c2ee54c9..2b18e594 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "wechaty": { + "DEFAULT_HEAD": 0, "DEFAULT_PUPPET": "web", "DEFAULT_PROFILE": "demo", "DEFAULT_PROTOCOL": "io|0.0.1", @@ -52,6 +53,7 @@ "robot", "chatbot", "framework", + "sdk", "wechaty", "chatie", "微信控" @@ -95,7 +97,7 @@ "raven": "^2.2.1", "request": "^2.83.0", "retry-promise": "^1.0.0", - "rxjs": "^^5.4.3", + "rxjs": "^5.4.3", "state-switch": "^0.1.13", "ws": "^3.2.0", "xml2js": "^0.4.19" -- GitLab