Skip to content

Commit

Permalink
chore(release): Update im-metadata to v3.0.0. Update test for the im-…
Browse files Browse the repository at this point in the history
…metadata returned size in bytes.
  • Loading branch information
anthonyringoet committed Oct 28, 2015
1 parent 49c044f commit 11484e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@starefossen/rand-path": "^1.0.1",
"async": "~1.4",
"aws-sdk": "^2.2.9",
"im-metadata": "~2.2",
"im-metadata": "^3.0.0",
"im-resize": "~2.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/suite.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ describe 'Image', ->
assert.deepEqual metadata,
path: image.src
name: ''
size: '617KB'
size: 631808
format: 'JPEG'
colorspace: 'RGB'
height: 2048
Expand Down

0 comments on commit 11484e4

Please sign in to comment.