diff --git a/package.json b/package.json index 80d2a45f..ce37994f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fabric", "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.", - "version": "0.7.14", + "version": "0.7.15", "author": "Juriy Zaytsev ", "keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"], "repository": "git://github.com/kangax/fabric.js", @@ -13,6 +13,6 @@ "jsdom": ">=0.2.3", "o3-xml": "0.1.0" }, - "engines": { "node": ">= 0.4.0 && <= 0.6.5" }, + "engines": { "node": ">= 0.4.0 && <= 0.6.8" }, "main": "./dist/all.js" } \ No newline at end of file