Skip to content

Commit

Permalink
crap. messed up dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sujal committed Feb 19, 2013
1 parent 8d813f0 commit 86d5ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-headers",
"version": "0.2.0",
"version": "0.2.1",
"description": "Parse image headers from a stream without loading the entire image.",
"keywords": ["exif", "jpeg", "jpg", "gif", "png", "streaming"],
"repository": {
Expand All @@ -21,7 +21,7 @@
} ],
"main": "./lib/image_headers",
"dependencies": {
"node-exif": "git://github.com/sujal/node-exif.git"
"exif": "git://github.com/sujal/node-exif.git"
},
"devDependencies": {
"coffee-script": "*"
Expand Down

0 comments on commit 86d5ea5

Please sign in to comment.