From 5947a5b7557676ab8a937030cfc8a01e0e2e50f7 Mon Sep 17 00:00:00 2001 From: terrancesnyder Date: Sat, 9 Jan 2016 12:22:59 -0500 Subject: [PATCH] canvas latest release version with win support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae49b5aeabb..fa45dfe8cce 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "all": "npm run build && npm run test && npm run lint && npm run lint_tests && npm run export_dist_to_site && npm run export_tests_to_site" }, "dependencies": { - "canvas": "1.2.x", + "canvas": "1.3.x", "jsdom": "1.1.x", "xmldom": "0.1.x" },