From a702f0941fe35cf35c775b073fa6ad987219bc28 Mon Sep 17 00:00:00 2001 From: martov1 Date: Thu, 20 Oct 2016 05:50:10 -0300 Subject: [PATCH] added raphael as a dependency in package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d3afe18..e840372 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,8 @@ "bugs": { "url": "https://github.com/toorshia/justgage/issues" }, + "dependencies": { + "raphael":"" + }, "homepage": "https://github.com/toorshia/justgage" }