Skip to content

Commit

Permalink
Reverted back to iconv@1.1.3 (latest version 1.2 doesnt work)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtuchkin committed Jun 29, 2012
1 parent 7dec029 commit 7f4629f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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@gmail.com>",
Expand All @@ -25,6 +25,6 @@
},
"devDependencies": {
"vows": "",
"iconv": ""
"iconv": "1.1"
}
}

0 comments on commit 7f4629f

Please sign in to comment.