Comparing version 1.2.4 to 2.0.0
{ | ||
"name": "uue", | ||
"main": "uue.js", | ||
"version": "1.2.4", | ||
"version": "2.0.0", | ||
"description": "UUE decoder and encoder for Node.js", | ||
@@ -6,0 +6,0 @@ "keywords": ["uue", "uuencode", "uudecode", "uuencoding", "uudecoding"], |
@@ -5,3 +5,3 @@ The **UUE** module is able to perform [uuencoding](http://en.wikipedia.org/wiki/Uuencoding) of a file (or Node.js Buffer) to a text message. This module is also able to find uuencoded files in text messages and decode them. | ||
The module is written in JavaScript and requires [Node.js](http://nodejs.org/) to run. | ||
The module is written in JavaScript and requires [Node.js](http://nodejs.org/) to run. (Node.js version 0.10.x is recommended.) | ||
@@ -8,0 +8,0 @@ ## Installing the UUE module |
Sorry, the diff of this file is not supported yet
24890