Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Housekeeping #23

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

`nmo` is a cli tool to manage CouchDB clusters and nodes.

Requires [node](https://nodejs.org) >= 4.0.

## Installation

```

npm install -g nmo
```

## Contributing

It is written in ES6 and is using promises and generators for control
flow.
It is written in ES6 and uses promises and generators for control flow.

## Help

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"contributors": [
"Garren Smith <garren@apache.org>"
],
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/robertkowalski/nmo/issues"
},
Expand Down Expand Up @@ -48,8 +48,9 @@
"devDependencies": {
"babel": "^6.1.18",
"babel-cli": "^6.2.0",
"babel-polyfill": "^6.2.0",
"babel-eslint": "^4.1.5",
"babel-polyfill": "^6.2.0",
"babel-register": "~6.3.13",
"eslint": "^1.9.0",
"less": "~2.5.0",
"marked-man": "~0.1.4",
Expand Down