Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 4978314

Browse files
committed
Update dependency versions and bump version
1 parent 7281d3d commit 4978314

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

package.json

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "cheerio-repl",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"author": "Dave Kuhn <[email protected]>",
55
"description": "A REPL for interacting with DOMs using Cheerio",
66
"homepage": "https://github.com/kuhnza/cheerio-repl",
77
"bugs": "https://github.com/kuhnza/cheerio-repl/issues",
88
"contributors": [{
99
"name": "Dave Kuhn",
1010
"email": "[email protected]"
11+
}, {
12+
"name": "Naveen Kumar Molleti",
13+
"email": "[email protected]"
1114
}],
1215
"preferGlobal": "true",
1316
"bin": {
@@ -24,12 +27,12 @@
2427
"REPL"
2528
],
2629
"dependencies": {
27-
"cheerio": "0.10.x",
28-
"optimist": "0.1.x",
29-
"request": "2.12.x",
30-
"tunnel": "0.0.x",
31-
"underscore": "1.4.x",
32-
"underscore.string": "2.3.x"
30+
"cheerio": "^0.18.0",
31+
"optimist": "^0.6.x",
32+
"request": "^2.45.x",
33+
"tunnel": "^0.0.3",
34+
"underscore": "^1.4.x",
35+
"underscore.string": "2.3.x"
3336
},
3437
"license": "MIT",
3538
"engine": {

0 commit comments

Comments
 (0)