Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nioc committed Nov 21, 2019
1 parent 2b09ac6 commit 9e0eebd
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ User ⇄ XMPP client ⇄ XMPP Server ⇄ **XMPP Bot** ⇄ REST A
- Create run user (optionnal):
```
useradd -r -s /bin/false xmpp-bot
chown xmpp-bot:xmpp-bot /usr/local/bin/xmpp-bot/lib -R
chown xmpp-bot:xmpp-bot /usr/local/bin/xmpp-bot -R
```

- Set [configuration](#configuration) in `/lib/config/config.json` (you can copy `config.json.dist`)
Expand Down Expand Up @@ -135,7 +135,7 @@ See also the list of [contributors](https://github.com/nioc/xmpp-bot/contributor

This project is powered by the following components:

- [node-simple-xmpp](https://github.com/simple-xmpp/node-simple-xmpp) (MIT)
- [xmpp.js](https://github.com/simple-xmpp/node-simple-xmpp) (ISC)
- [express](https://github.com/expressjs/express) (MIT)
- [body-parser](https://github.com/expressjs/body-parser) (MIT)
- [express-basic-auth](https://github.com/LionC/express-basic-auth) (MIT)
Expand Down
128 changes: 118 additions & 10 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmpp-bot",
"version": "1.0.0",
"version": "2.0.0",
"description": "XMPP bot",
"main": "./lib/server.js",
"scripts": {
Expand All @@ -11,6 +11,9 @@
"cover": "nyc --reporter=html --reporter=text mocha",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"engines": {
"node": ">= 10.0.0"
},
"author": "nioc <[email protected]>",
"license": "AGPL-3.0-or-later",
"repository": {
Expand All @@ -31,7 +34,7 @@
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.7",
"coveralls": "^3.0.8",
"eslint": "^6.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.2",
Expand Down

0 comments on commit 9e0eebd

Please sign in to comment.