weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 31b27033cfd055ba52692779e10c17cd697b4108
parent 5a771bb15817495d94c999421337a842c99e30ff
Author: Johan Lindskogen <johan.lindskogen@gmail.com>
Date:   Sun,  1 Apr 2018 13:44:12 +0200

Add tslib

Diffstat:
Mpackage.json | 1+
Myarn.lock | 4++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json @@ -26,6 +26,7 @@ "prettier": "^1.11.1", "react-native-typescript-transformer": "^1.2.3", "react-test-renderer": "^16.3.0-alpha.1", + "tslib": "^1.9.0", "typescript": "^2.8.1" }, "jest": { diff --git a/yarn.lock b/yarn.lock @@ -5183,6 +5183,10 @@ trim-right@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" +tslib@^1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8" + tunnel-agent@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"