There was an error while loading. Please reload this page.
1 parent bfcacac commit 658e064Copy full SHA for 658e064
package.json
@@ -1,9 +1,9 @@
1
{ "name": "imap",
2
- "version": "0.1.0",
+ "version": "0.2.0",
3
"author": "Brian White <mscdex@mscdex.net>",
4
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
5
"main": "./imap",
6
- "engines": { "node" : ">=0.2.4" },
+ "engines": { "node" : ">=0.4.0" },
7
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-imap/raw/master/LICENSE" } ],
8
"repository" : { "type": "git", "url": "http://github.com/mscdex/node-imap.git" }
9
}
0 commit comments