diff --git a/.travis.yml b/.travis.yml index d447fe2..0e682a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,3 @@ language: node_js node_js: - "0.11" - "0.10" - - "0.8" - - "0.6" diff --git a/README.md b/README.md index 4584966..27a2960 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,15 @@ Here's how you would need to do it with traditional promises: Installation ------------ -Not yet published. +### From the NPM + +You may install it from the NPM: `npm install nor-fs`. + +### Dependencies + +* [Node.js](http://nodejs.org) v0.10 or newer +* [nor-extend](https://github.com/sendanor/nor-extend) +* [q](https://github.com/kriskowal/q) Documentation ------------- diff --git a/package.json b/package.json index 5fbdc7a..52f644e 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,8 @@ "lint": "*", "mocha": "*", "nor-is": "*" + }, + "engines": { + "node": ">=0.10" } }