bump version

fork
Brian White 11 years ago
parent 93308c64e5
commit c259f9cd7c

@ -1,11 +1,11 @@
{ "name": "imap",
"version": "0.8.6",
"version": "0.8.7",
"author": "Brian White <mscdex@mscdex.net>",
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
"main": "./lib/Connection",
"dependencies": {
"utf7": "1.0.0",
"readable-stream": "1.1.9"
"readable-stream": "1.1.x"
},
"scripts": {
"test": "node test/test.js"

Loading…
Cancel
Save