From 051151e1dfeb3cc3437bedf5b4283a16e78f6aad Mon Sep 17 00:00:00 2001 From: Ben Marvell Date: Tue, 10 Dec 2013 11:02:13 +0000 Subject: [PATCH] Updates to documentation and supported node engines. --- README.md | 6 +----- package.json | 6 +++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4fb4ad3..9581659 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,7 @@ Restler (C) Dan Webb (dan@danwebb.net/@danwrong) 2011, Licensed under the MIT-LICENSE -An HTTP client library for node.js (0.6.x and up). Hides most of the complexity of creating and using http.Client. - -**Release 2.x.x** is dedicated to modifying how errors are handled and emitted. Currently errors are being fired as an on 'error' event but as [@ctavan](https://github.com/ctavan) pointed out on [issue #36](https://github.com/danwrong/restler/pull/36) a better approach (and more commonly in vogue now) would be to pass the error obj to the callback. - -Ths change will inevitably affect those using older < 0.2.x versions of restler. Those not ready to upgrade yet are encouraged to stay on the 0.2.x version. +An HTTP client library for node.js (0.10.x and up). Hides most of the complexity of creating and using http.Client. See [Version History](https://github.com/danwrong/restler/wiki/Version-History) for changes diff --git a/package.json b/package.json index 841de77..0622e74 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ { "name": "Dan Webb", "email": "dan@danwebb.net" + }, + { + "name": "Ben Marvell", + "email": "ben@marvell-consulting.com" } ], "homepage": "https://github.com/danwrong/restler", @@ -18,7 +22,7 @@ }, "main": "./lib/restler", "engines": { - "node": ">= 0.6.x" + "node": ">= 0.10.x" }, "scripts": { "test": "node test/all.js"