Skip to content

Commit 5e211a8

Browse files
committed
Fixed issue when htmlparser isn't installed
1 parent 378e9f9 commit 5e211a8

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "vendor/htmlparser"]
2-
path = vendor/htmlparser
3-
url = https://github.com/tautologistics/node-htmlparser.git
41
[submodule "vendor/validator"]
52
path = vendor/validator
63
url = https://chriso@github.com/chriso/node-validator.git

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name" : "node.io",
22
"description" : "A distributed data scraping and processing framework",
3-
"version" : "0.2.5-5",
3+
"version" : "0.2.5-6",
44
"homepage" : "http://github.com/chriso/node.io",
55
"keywords" : ["data","mapreduce","map","reduce","scraping","html","parsing","parse","scrape","process","processing","data"],
66
"author" : "Chris O'Hara <cohara87@gmail.com>",
@@ -16,6 +16,7 @@
1616
},
1717
"engines": { "node": ">=0.4.0" },
1818
"dependencies": {
19+
"htmlparser": ">= 1.7.3",
1920
"coffee-script": ">= 0.9.5",
2021
"jquery": ">= 1.4.4"
2122
},

vendor/htmlparser

-1
This file was deleted.

0 commit comments

Comments
 (0)