Skip to content

Commit 29288e6

Browse files
committed
Updated package files for thunksparallel
1 parent 54a3de2 commit 29288e6

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

thunksparallel/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"main": "spider.js",
66
"dependencies": {
77
"assert": "^1.4.1",
8-
"bluebird": "^3.5.4",
98
"cheerio": "^1.0.0-rc.3",
9+
"bluebird": "^3.5.4",
1010
"co": "^4.6.0",
1111
"command-line-args": "^5.1.1",
1212
"command-line-usage": "^5.0.5",
13-
"config": "^3.1.0",
1413
"debug": "^4.1.1",
15-
"fs": "0.0.1-security",
14+
"fs": "^0.0.1-security",
15+
"config": "^3.1.0",
1616
"mkdirp": "^0.5.1",
1717
"path": "^0.12.7",
1818
"request": "^2.88.0",
@@ -27,9 +27,6 @@
2727
},
2828
"keywords": [
2929
"spider",
30-
"parallel",
31-
"thunkify",
32-
"thunks",
3330
"web",
3431
"crawler"
3532
],

thunksparallel2/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thunksparallel2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"name": "thunksparallel",
2+
"name": "thunksparallel2",
33
"version": "1.0.0",
4-
"description": "",
54
"main": "spider.js",
65
"dependencies": {
76
"assert": "^1.4.1",
@@ -34,5 +33,6 @@
3433
"crawler"
3534
],
3635
"author": "Linus Fernandes",
37-
"license": "ISC"
36+
"license": "ISC",
37+
"description": ""
3838
}

0 commit comments

Comments
 (0)