From 2662b9155a904a9e7a55e051f9d479aeee696da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomomi=20=E2=9D=A4=20Imura?= Date: Mon, 24 Aug 2015 18:36:41 -0700 Subject: [PATCH] Update dependencies version Canvas needs to be the latest version to be able to work with the latest node Issue #26 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6276442..fdaecba 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "http://github.com/harthur/kittydar.git" }, "dependencies": { - "canvas": "1.0.1", + "canvas": "^1.0.1", "brain": "~0.6.0", "hog-descriptor": "~0.5.0", "svm": "~0.1.1",