Skip to content

Commit c473342

Browse files
committedJan 18, 2015
bump version and add stream-to-buffer
1 parent 6e9821d commit c473342

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jimp",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
55
"main": "jimp.js",
66
"scripts": {
@@ -23,7 +23,8 @@
2323
"pngjs": "~0.4.0",
2424
"jpeg-js": "0.0.4",
2525
"mime": "~1.2.11",
26-
"node-bitmap": "0.0.1"
26+
"node-bitmap": "0.0.1",
27+
"stream-to-buffer": "~0.1.0"
2728
},
2829
"repository": {
2930
"type": "git",

0 commit comments

Comments
 (0)