Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
chore: Renaming once-fucking-again because npm can't tell you ahead o…
Browse files Browse the repository at this point in the history
…f time when a package is too similar.
  • Loading branch information
tannerntannern committed Oct 31, 2018
1 parent 6f3e11b commit b595145
Show file tree
Hide file tree
Showing 24 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ deploy:
tags: true
branch: master
node: '8'
repo: tannerntannern/chit-chat
repo: tannerntannern/table-talk
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# chit-chat
[![Build Status](https://travis-ci.org/tannerntannern/chit-chat.svg?branch=master)](https://travis-ci.org/tannerntannern/chit-chat)
[![Coverage Status](https://coveralls.io/repos/github/tannerntannern/chit-chat/badge.svg?branch=master)](https://coveralls.io/github/tannerntannern/chit-chat?branch=master)
[![Dependencies Status](https://david-dm.org/tannerntannern/chit-chat/status.svg)](https://david-dm.org/tannerntannern/chit-chat)
# table-talk
[![Build Status](https://travis-ci.org/tannerntannern/table-talk.svg?branch=master)](https://travis-ci.org/tannerntannern/table-talk)
[![Coverage Status](https://coveralls.io/repos/github/tannerntannern/table-talk/badge.svg?branch=master)](https://coveralls.io/github/tannerntannern/table-talk?branch=master)
[![Dependencies Status](https://david-dm.org/tannerntannern/table-talk/status.svg)](https://david-dm.org/tannerntannern/table-talk)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

A simple HTTP and socket server library built for TypeScript on Node.js.
Expand All @@ -16,12 +16,12 @@ All of these things are guaranteed by the clever typing system.

# Getting Started
## Installation
Via [npm](https://npmjs.com/chit-chat):
Via [npm](https://npmjs.com/table-talk):

`npm install chit-chat`
`npm install table-talk`

## Documentation
Detailed documentation can be found at [tannerntannern.github.io/chit-chat](https://tannerntannern.github.io/chit-chat/).
Detailed documentation can be found at [tannerntannern.github.io/table-talk](https://tannerntannern.github.io/table-talk/).
For help getting started, keep reading.

## Examples
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/_client_express_client_.expressclient.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ExpressClient | chit-chat</title>
<title>ExpressClient | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/_client_socket_client_.socketclient.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SocketClient | chit-chat</title>
<title>SocketClient | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SocketExpressClient | chit-chat</title>
<title>SocketExpressClient | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/_server_express_server_.expressserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ExpressServer | chit-chat</title>
<title>ExpressServer | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/_server_http_server_.httpserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HttpServer | chit-chat</title>
<title>HttpServer | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SocketExpressServer | chit-chat</title>
<title>SocketExpressServer | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/_server_socket_server_.socketserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SocketServer | chit-chat</title>
<title>SocketServer | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
6 changes: 3 additions & 3 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>chit-chat</title>
<title>table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="index.html" class="title">chit-chat</a>
<a href="index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -56,7 +56,7 @@
<a href="globals.html">Globals</a>
</li>
</ul>
<h1> chit-chat</h1>
<h1> table-talk</h1>
</div>
</div>
</header>
Expand Down
20 changes: 10 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>chit-chat</title>
<title>table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="index.html" class="title">chit-chat</a>
<a href="index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -56,18 +56,18 @@
<a href="globals.html">Globals</a>
</li>
</ul>
<h1> chit-chat</h1>
<h1> table-talk</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<div class="tsd-panel tsd-typography">
<h1 id="chit-chat">chit-chat</h1>
<p><a href="https://travis-ci.org/tannerntannern/chit-chat"><img src="https://travis-ci.org/tannerntannern/chit-chat.svg?branch=master" alt="Build Status"></a>
<a href="https://coveralls.io/github/tannerntannern/chit-chat?branch=master"><img src="https://coveralls.io/repos/github/tannerntannern/chit-chat/badge.svg?branch=master" alt="Coverage Status"></a>
<a href="https://david-dm.org/tannerntannern/chit-chat"><img src="https://david-dm.org/tannerntannern/chit-chat/status.svg" alt="Dependencies Status"></a>
<h1 id="table-talk">table-talk</h1>
<p><a href="https://travis-ci.org/tannerntannern/table-talk"><img src="https://travis-ci.org/tannerntannern/table-talk.svg?branch=master" alt="Build Status"></a>
<a href="https://coveralls.io/github/tannerntannern/table-talk?branch=master"><img src="https://coveralls.io/repos/github/tannerntannern/table-talk/badge.svg?branch=master" alt="Coverage Status"></a>
<a href="https://david-dm.org/tannerntannern/table-talk"><img src="https://david-dm.org/tannerntannern/table-talk/status.svg" alt="Dependencies Status"></a>
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits"></a></p>
<p>A simple HTTP and socket server library built for TypeScript on Node.js.</p>
<p>The primary goal of this library is to provide a framework that facilitates the design of a clear and error-free
Expand All @@ -80,10 +80,10 @@ <h1 id="chit-chat">chit-chat</h1>
<p>All of these things are guaranteed by the clever typing system.</p>
<h1 id="getting-started">Getting Started</h1>
<h2 id="installation">Installation</h2>
<p>Via <a href="https://npmjs.com/chit-chat">npm</a>:</p>
<p><code>npm install chit-chat</code></p>
<p>Via <a href="https://npmjs.com/table-talk">npm</a>:</p>
<p><code>npm install table-talk</code></p>
<h2 id="documentation">Documentation</h2>
<p>Detailed documentation can be found at <a href="https://tannerntannern.github.io/chit-chat/">tannerntannern.github.io/chit-chat</a>.
<p>Detailed documentation can be found at <a href="https://tannerntannern.github.io/table-talk/">tannerntannern.github.io/table-talk</a>.
For help getting started, keep reading.</p>
<h2 id="examples">Examples</h2>
<p>...</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/_client_express_client_.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>&quot;client/express-client&quot; | chit-chat</title>
<title>&quot;client/express-client&quot; | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/_client_socket_client_.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>&quot;client/socket-client&quot; | chit-chat</title>
<title>&quot;client/socket-client&quot; | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/_client_socket_express_client_.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>&quot;client/socket-express-client&quot; | chit-chat</title>
<title>&quot;client/socket-express-client&quot; | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/_index_.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>&quot;index&quot; | chit-chat</title>
<title>&quot;index&quot; | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/_interface_http_interface_.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>&quot;interface/http-interface&quot; | chit-chat</title>
<title>&quot;interface/http-interface&quot; | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/_interface_socket_interface_.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>&quot;interface/socket-interface&quot; | chit-chat</title>
<title>&quot;interface/socket-interface&quot; | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/_lib_util_.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>&quot;lib/util&quot; | chit-chat</title>
<title>&quot;lib/util&quot; | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/_server_express_server_.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>&quot;server/express-server&quot; | chit-chat</title>
<title>&quot;server/express-server&quot; | table-talk</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">chit-chat</a>
<a href="../index.html" class="title">table-talk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down

0 comments on commit b595145

Please sign in to comment.