Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Bump version and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Apr 9, 2019
1 parent 9b4cc06 commit 1d4abb2
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 241 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ Built and mantained by **[Ptorx](https://ptorx.com)** and other **[Xyfir](https:
## Features

- Communicate with visitors who are on your site or app through your Slack workspace
- Configure which URL routes it will display on
- Easy theming via [Material-UI](https://material-ui.com/style/color/#color-tool)
- Standalone server and web client
- Easy integration into new and existing applications of any stack
- Self-hosted, with no third-party service subscriptions you have to pay for
- No dependencies other than Node and what npm will install
- Older Node versions not actively supported
- Easy theming via [Material-UI](https://material-ui.com/style/color/#color-tool)

## Install

Expand Down
140 changes: 44 additions & 96 deletions loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yalcs-loader",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
"main": "",
"scripts": {
Expand All @@ -25,14 +25,14 @@
"typescript": "^3.3.4000",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"keywords": [
"live chat",
"chat",
"slack",
"support",
"instant messaging",
"messaging"
]
}
"webpack-dev-server": "^3.3.0"
},
"keywords": [
"live chat",
"chat",
"slack",
"support",
"instant messaging",
"messaging"
]
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "yalcs",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"yalcs-loader": "1.0.0-alpha.0",
"yalcs-server": "1.0.0-alpha.0",
"yalcs-web": "1.0.0-alpha.0"
"yalcs-loader": "1.0.0-alpha.1",
"yalcs-server": "1.0.0-alpha.1",
"yalcs-web": "1.0.0-alpha.1"
},
"prettier": {
"singleQuote": true
Expand Down
16 changes: 8 additions & 8 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yalcs-server",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
"main": "dist/app.js",
"scripts": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"@types/uuid": "^3.4.4",
"jest": "^24.5.0",
"jest-extended": "^0.11.1",
"nodemon": "^1.18.10",
"typescript": "^3.3.4000"
"nodemon": "^1.18.11",
"typescript": "^3.4.2"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 1d4abb2

Please sign in to comment.