Skip to content

Commit

Permalink
docs: update requirements version
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Aug 30, 2019
1 parent 934231b commit 96fbda4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
@@ -1 +1 @@
src/servicegroup.apidoc.js
src/alert.apidoc.js
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -15,11 +15,10 @@ An incident reporting service to notify citizens in case of service disruption s

## Requirements

- [NodeJS v8.11.1+](https://nodejs.org)
- [npm v5.6.0+](https://www.npmjs.com/)
- [Redis 4.0+](https://redis.io/)
- [MongoDB v3.4.10+](https://www.mongodb.com/)
- [Mongoose v5.1.2+](https://github.com/Automattic/mongoose)
- [NodeJS v12+](https://nodejs.org)
- [Npm v6+](https://www.npmjs.com/)
- [MongoDB v4+](https://www.mongodb.com/)
- [Mongoose v5.6+](https://github.com/Automattic/mongoose)

## Installation

Expand Down

0 comments on commit 96fbda4

Please sign in to comment.