[Pkg-javascript-commits] [node-iconv-lite] 47/83: Update package.json to use latest version of iconv
matthew pideil
mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:49 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 3d770efb58885d4d4b10a0574c63f18b4c93e7bf
Author: Sébastien Chopin <atinux at gmail.com>
Date: Tue Sep 18 13:04:48 2012 +0300
Update package.json to use latest version of iconv
Iconv 1.1 has a bug on node v0.8 which is patched in 1.2.0.
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 19e5535..4f59611 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,6 @@
},
"devDependencies": {
"vows": "",
- "iconv": "1.1"
+ "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