Skip to content

Commit 09a5f4a

Browse files
committed
update info and metadata
1 parent 7853a17 commit 09a5f4a

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,13 @@ Rough todolist
145145
ChangeLog
146146
---------
147147

148+
0.2.6
149+
- Spring Cleaning !!
150+
- Update all dependencies to new versions
151+
148152
0.2.5
149153
- Fix `options.encoding = null`, thanks @trantorLiu
150-
- Basic auth support, thanks @luap
154+
- Basic auth support, thanks @paulvalla
151155
- Updated jsdom dependency to 0.8.2 + others, Node 0.10.x support, thanks @bkw
152156
- Highlight code in docs, thanks @namuol
153157
- Detect non-html responses

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"spider",
1010
"scraper",
1111
"scraping",
12-
"jquery"
12+
"jquery",
13+
"crawler"
1314
],
1415
"maintainers": [
1516
{
@@ -24,7 +25,6 @@
2425
}
2526
],
2627
"bugs": {
27-
"mail": "sylvain@sylvainzimmer.com",
2828
"url": "http://github.com/sylvinus/node-crawler/issues"
2929
},
3030
"licenses": [
@@ -61,7 +61,7 @@
6161
"test": "node test/testrunner.js"
6262
},
6363
"engines": [
64-
"node >=0.8.x"
64+
"node >=0.10.x"
6565
],
6666
"directories": {
6767
"lib": "lib"

0 commit comments

Comments
 (0)