fix couchmagick-stream versaion interpolation

pull/20/head
Johannes J. Schmidt 10 years ago
parent 3a8f4aae51
commit dfac3c0c2a

@ -1,6 +1,6 @@
{
"name": "couchmagick",
"version": "1.6.4",
"version": "1.6.5",
"description": "Run ImageMagicks `convert` on CouchDB documents.",
"main": "index.js",
"preferGlobal": true,
@ -28,7 +28,7 @@
"homepage": "https://github.com/jo/couchmagick",
"dependencies": {
"async": "~0.2.9",
"couchmagick-listen": "~1.5.5",
"couchmagick-listen": "~1.5.6",
"couch-daemon": "~1.2.1",
"nano": "~4.2.1"
},

Loading…
Cancel
Save