Skip to content

Commit fba41a3

Browse files
committed
Updated dependencies in prevision of ES6 rewrite
1 parent e6170a8 commit fba41a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "ssl-yeah",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"main": "ssl-yeah.js",
55
"engine": {
6-
"node": ">= 0.12.6",
6+
"node": ">= 6.2.2",
77
"npm": ">= 3.0"
88
},
99
"license": "GPL-3.0",
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/guiweber/ssl-yeah.git"
1717
},
1818
"dependencies": {
19-
"cheerio": ">=0.18.0",
20-
"moment": ">=2.9.0"
19+
"cheerio": ">=0.20.0",
20+
"moment": ">=2.13.0"
2121
}
2222
}

0 commit comments

Comments
 (0)