Skip to content

Commit

Permalink
Merge pull request #42 from mcicoria/master
Browse files Browse the repository at this point in the history
iconv-lite is not just a dev dependency
  • Loading branch information
ctalkington committed Aug 18, 2013
2 parents 786da07 + 1cc7a2a commit 4c51fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"bench": "node benchmark/simple/pack-zip.js"
},
"dependencies": {
"readable-stream": "~1.0.2"
"readable-stream": "~1.0.2",
"iconv-lite" : "~0.2.11"
},
"devDependencies": {
"chai": "~1.7.1",
"mocha": "~1.12.0",
"rimraf": "~2.2.0",
"mkdirp": "~0.3.5",
"stream-bench": "~0.1.2",
"iconv-lite" : "~0.2.11"
"stream-bench": "~0.1.2"
},
"keywords": [
"archive",
Expand Down

0 comments on commit 4c51fc8

Please sign in to comment.