diff --git a/README.md b/README.md index a751f9a..7d77121 100644 --- a/README.md +++ b/README.md @@ -145,9 +145,13 @@ Rough todolist ChangeLog --------- +0.2.6 + - Spring Cleaning !! + - Update all dependencies to new versions + 0.2.5 - Fix `options.encoding = null`, thanks @trantorLiu - - Basic auth support, thanks @luap + - Basic auth support, thanks @paulvalla - Updated jsdom dependency to 0.8.2 + others, Node 0.10.x support, thanks @bkw - Highlight code in docs, thanks @namuol - Detect non-html responses diff --git a/package.json b/package.json index ff9bf42..82a642a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "spider", "scraper", "scraping", - "jquery" + "jquery", + "crawler" ], "maintainers": [ { @@ -24,7 +25,6 @@ } ], "bugs": { - "mail": "sylvain@sylvainzimmer.com", "url": "http://github.com/sylvinus/node-crawler/issues" }, "licenses": [ @@ -61,7 +61,7 @@ "test": "node test/testrunner.js" }, "engines": [ - "node >=0.8.x" + "node >=0.10.x" ], "directories": { "lib": "lib"