[Pkg-javascript-commits] [node-iconv-lite] 38/83: Reverted back to iconv at 1.1.3 (latest version 1.2 doesnt work)
matthew pideil
mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
mpideil-guest pushed a commit to branch master
in repository node-iconv-lite.
commit 7f4629f6f8f0e604cf3675aeb67370c80e280696
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date: Fri Jun 29 19:05:58 2012 +0400
Reverted back to iconv at 1.1.3 (latest version 1.2 doesnt work)
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 13bc91f..640ac9c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
- "version": "0.2.1",
+ "version": "0.2.2",
"keywords": ["iconv", "convert", "charset"],
"author": "Alexander Shtuchkin <ashtuchkin at gmail.com>",
@@ -25,6 +25,6 @@
},
"devDependencies": {
"vows": "",
- "iconv": ""
+ "iconv": "1.1"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-iconv-lite.git
More information about the Pkg-javascript-commits
mailing list