Update dependencies versions. Version 1.3.8

This commit is contained in:
kangax 2013-10-28 07:37:53 +01:00
parent 6892783156
commit 8192c7a484
7 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
/*! Fabric.js Copyright 2008-2013, Printio (Juriy Zaytsev, Maxim Chernyak) */
var fabric = fabric || { version: "1.3.7" };
var fabric = fabric || { version: "1.3.8" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;
}

View file

@ -2,7 +2,7 @@
"name": "fabric.js",
"repo": "kangax/fabric.js",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"version": "1.3.7",
"version": "1.3.8",
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
"dependencies": {},
"development": {},

2
dist/all.js vendored
View file

@ -1,7 +1,7 @@
/* build: `node build.js modules=ALL exclude=gestures minifier=uglifyjs` */
/*! Fabric.js Copyright 2008-2013, Printio (Juriy Zaytsev, Maxim Chernyak) */
var fabric = fabric || { version: "1.3.7" };
var fabric = fabric || { version: "1.3.8" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;
}

2
dist/all.min.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/all.min.js.gz vendored

Binary file not shown.

2
dist/all.require.js vendored
View file

@ -1,7 +1,7 @@
/* build: `node build.js modules=ALL exclude=gestures minifier=uglifyjs` */
/*! Fabric.js Copyright 2008-2013, Printio (Juriy Zaytsev, Maxim Chernyak) */
var fabric = fabric || { version: "1.3.7" };
var fabric = fabric || { version: "1.3.8" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;
}

View file

@ -1,7 +1,7 @@
{
"name": "fabric",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"version": "1.3.7",
"version": "1.3.8",
"author": "Juriy Zaytsev <kangax@gmail.com>",
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
"repository": "git://github.com/kangax/fabric.js",
@ -14,14 +14,14 @@
"test": "node test.js && jshint src"
},
"dependencies": {
"canvas": "1.0.x",
"jsdom": "0.7.x",
"canvas": "1.1.x",
"jsdom": "0.8.x",
"xmldom": "0.1.x"
},
"devDependencies": {
"qunit": "0.5.x",
"jshint": "2.1.x",
"uglify-js": "2.3.x",
"jshint": "2.3.x",
"uglify-js": "2.4.x",
"execSync": "0.0.x",
"plato": "0.6.x"
},