From 5e31cfc9c2ad9ff838bcf407d662c1b2f80c3418 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Jun 2016 10:56:22 -0400 Subject: [PATCH 1/2] added information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 890a9429..b43187a7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ ## Overview This module provides comprehensive, fast, and simple image processing and -manipulation capabilities. +manipulation capabilities for node.js. **There are no external runtime dependencies**, which means you don't have to install anything else on your system. From 0f89028a047593fa371147cfb2f4688a47865106 Mon Sep 17 00:00:00 2001 From: dogman222 Date: Mon, 13 Jun 2016 11:01:06 -0400 Subject: [PATCH 2/2] added info --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c1ccfba2..45c9bd24 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,8 @@ "fade", "opacity", "contain", - "cover" + "cover", + "find" ], "author": "Eyal Arubas ", "license": "MIT",