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

Commit

Permalink
Change version and add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Apr 9, 2019
1 parent 9ae6630 commit cfbdef2
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 14 deletions.
2 changes: 1 addition & 1 deletion loader/package-lock.json

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

12 changes: 10 additions & 2 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",
"version": "1.0.0-alpha.0",
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
"main": "",
"scripts": {
Expand All @@ -25,6 +25,14 @@
"typescript": "^3.3.4000",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
"webpack-dev-server": "^3.2.1",
"keywords": [
"live chat",
"chat",
"slack",
"support",
"instant messaging",
"messaging"
]
}
}
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "yalcs",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"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",
"yalcs-server": "1.0.0",
"yalcs-web": "1.0.0"
"yalcs-loader": "1.0.0-alpha.0",
"yalcs-server": "1.0.0-alpha.0",
"yalcs-web": "1.0.0-alpha.0"
},
"prettier": {
"singleQuote": true
Expand All @@ -23,5 +23,13 @@
"bugs": {
"url": "https://github.com/Xyfir/yalcs/issues"
},
"homepage": "https://github.com/Xyfir/yalcs#readme"
"homepage": "https://github.com/Xyfir/yalcs#readme",
"keywords": [
"live chat",
"chat",
"slack",
"support",
"instant messaging",
"messaging"
]
}
2 changes: 1 addition & 1 deletion server/package-lock.json

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

12 changes: 10 additions & 2 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",
"version": "1.0.0-alpha.0",
"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 @@ -48,5 +48,13 @@
"bugs": {
"url": "https://github.com/Xyfir/yalcs/issues"
},
"homepage": "https://github.com/Xyfir/yalcs#readme"
"homepage": "https://github.com/Xyfir/yalcs#readme",
"keywords": [
"live chat",
"chat",
"slack",
"support",
"instant messaging",
"messaging"
]
}
2 changes: 1 addition & 1 deletion web/package-lock.json

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

12 changes: 10 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yalcs-web",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
"main": "",
"scripts": {
Expand Down Expand Up @@ -43,6 +43,14 @@
"typescript": "^3.3.4000",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
"webpack-dev-server": "^3.2.1",
"keywords": [
"live chat",
"chat",
"slack",
"support",
"instant messaging",
"messaging"
]
}
}

0 comments on commit cfbdef2

Please sign in to comment.