diff --git a/HEADER.js b/HEADER.js index 53a8a1226e1..5376fd253fc 100644 --- a/HEADER.js +++ b/HEADER.js @@ -1,6 +1,6 @@ /*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */ -var fabric = fabric || { version: "1.6.0-rc.1" }; +var fabric = fabric || { version: "1.6.0" }; if (typeof exports !== 'undefined') { exports.fabric = fabric; } diff --git a/package.json b/package.json index 892bbc5904f..1e6eb7c669d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "export_tests_to_site": "cp test/unit/*.js ../fabricjs.com/test/unit", "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": { + "optionalDependencies": { "canvas": "1.3.x", "jsdom": "3.x.x", "xmldom": "0.1.x"