bump version
parent
c8a95325f0
commit
375fae406b
@ -1,9 +1,10 @@
|
||||
{ "name": "imap",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"author": "Brian White <mscdex@mscdex.net>",
|
||||
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
|
||||
"main": "./imap",
|
||||
"engines": { "node" : ">=0.4.0" },
|
||||
"keywords": [ "imap", "mail", "email", "reader", "client" ],
|
||||
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-imap/raw/master/LICENSE" } ],
|
||||
"repository" : { "type": "git", "url": "http://github.com/mscdex/node-imap.git" }
|
||||
}
|
Loading…
Reference in New Issue