Skip to content

Commit

Permalink
update info and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvalla committed Jul 3, 2014
1 parent 7853a17 commit 09a5f4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"spider",
"scraper",
"scraping",
"jquery"
"jquery",
"crawler"
],
"maintainers": [
{
Expand All @@ -24,7 +25,6 @@
}
],
"bugs": {
"mail": "sylvain@sylvainzimmer.com",
"url": "http://github.com/sylvinus/node-crawler/issues"
},
"licenses": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"test": "node test/testrunner.js"
},
"engines": [
"node >=0.8.x"
"node >=0.10.x"
],
"directories": {
"lib": "lib"
Expand Down

0 comments on commit 09a5f4a

Please sign in to comment.