Skip to content

Commit

Permalink
bump release and include bitmap lib
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-moran committed Jan 17, 2015
1 parent eb48b34 commit 46c85e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jimp",
"version": "0.1.1",
"version": "0.1.2",
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
"main": "jimp.js",
"scripts": {
Expand All @@ -22,13 +22,14 @@
"dependencies": {
"pngjs": "~0.4.0",
"jpeg-js": "0.0.4",
"mime": "~1.2.11"
"mime": "~1.2.11",
"node-bitmap": "0.0.1"
},
"repository": {
"type" : "git",
"url" : "https://github.com/oliver-moran/jimp.git"
"type": "git",
"url": "https://github.com/oliver-moran/jimp.git"
},
"bugs": {
"url" : "https://github.com/oliver-moran/jimp/issues"
"url": "https://github.com/oliver-moran/jimp/issues"
}
}

0 comments on commit 46c85e0

Please sign in to comment.