bump version

fork
Brian White 11 years ago
parent 93308c64e5
commit c259f9cd7c

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

Loading…
Cancel
Save