change package name and readme

This commit is contained in:
Sharon Kennedy 2020-05-07 15:09:22 -04:00
parent b9f822d308
commit f262c9df0f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Built on:
## Usage ## Usage
``` ```
<script src="https://unpkg.com/safesupport-chatbox" type="text/javascript"></script> <script src="https://unpkg.com/private-safesupport-chatbox" type="text/javascript"></script>
<script> <script>
var config = { var config = {
matrixServerUrl: 'https://matrix-client.matrix.org', matrixServerUrl: 'https://matrix-client.matrix.org',

View File

@ -1,6 +1,6 @@
{ {
"name": "private-safesupport-chatbox", "name": "private-safesupport-chatbox",
"version": "1.1.3", "version": "1.0.0",
"description": "A secure and private embeddable chatbox that connects to Riot", "description": "A secure and private embeddable chatbox that connects to Riot",
"main": "dist/chatbox.js", "main": "dist/chatbox.js",
"scripts": { "scripts": {