[Pkg-javascript-commits] [node-iconv-lite] 66/83: Version 0.2.9: Lazy load encodings.
matthew pideil
mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:52 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 09c018040e639c2974c61bda4fc084fe749bb94c
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date: Mon May 20 03:15:20 2013 +0400
Version 0.2.9: Lazy load encodings.
---
package.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 9f5b93b..a95c96d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,8 @@
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
- "version": "0.2.8",
+ "version": "0.2.9",
+ "license": "MIT",
"keywords": ["iconv", "convert", "charset"],
"author": "Alexander Shtuchkin <ashtuchkin at gmail.com>",
@@ -13,7 +14,8 @@
"Niggler (https://github.com/Niggler)",
"wychi (https://github.com/wychi)",
"David Kuo (https://github.com/david50407)",
- "ChangZhuo Chen (https://github.com/czchen)"
+ "ChangZhuo Chen (https://github.com/czchen)",
+ "Lee Treveil (https://github.com/leetreveil)"
],
"main": "index.js",
--
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