Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 0bbb408

Browse files
author
Jeff Moore
committed
Releasing v0.5.4
1 parent a739896 commit 0bbb408

File tree

4 files changed

+18230
-2
lines changed

4 files changed

+18230
-2
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ yarn.lock
2525

2626
# Ensure our pubnub keys do not get checked in to github
2727
pubnub-keys.json
28+
29+
# IDE
30+
.idea
31+
32+
deployment_keys
33+
deployment_keys.pub

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PubNub Team Chat
22

3-
[![Build Status](https://travis-ci.com/pubnub/typescript-ref-app-team-chat.svg?token=ey6rVJnpqsBKpxXy2fYF&branch=master)](https://travis-ci.com/pubnub/typescript-ref-app-team-chat)
3+
[![Build Status](https://travis-ci.com/pubnub/typescript-ref-app-team-chat.svg?branch=master)](https://travis-ci.com/pubnub/typescript-ref-app-team-chat)
44

55
This repository contains the code for the Team Chat web reference application hosted on the [PubNub Chat Docs Page](https://www.pubnub.com/docs/chat/quickstart#quickstart). You can download the project to run on your local machine, and explore the code to see how we built it.
66

0 commit comments

Comments
 (0)