build for 1.7.2

This commit is contained in:
Anton Lavrenov 2017-10-11 13:38:23 +04:00
parent 2ee1827564
commit 1ba5180261
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/*
* Konva JavaScript Framework v1.7.1
* Konva JavaScript Framework v1.7.2
* http://konvajs.github.io/
* Licensed under the MIT or GPL Version 2 licenses.
* Date: Wed Oct 11 2017
@ -38,7 +38,7 @@
var Konva = {
// public
version: '1.7.1',
version: '1.7.2',
// private
stages: [],
@ -245,17 +245,17 @@
glob.Konva = Konva;
Konva.global = glob;
Konva.document = document;
Konva.window = window;
if (typeof exports === 'object') {
module.exports = Konva;
return;
} else if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(function() {
return Konva;
});
}
Konva.document = document;
Konva.window = window;
})();
/*eslint-disable eqeqeq, no-cond-assign, no-empty*/

4
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "konva",
"version": "1.7.1",
"version": "1.7.2",
"author": "Anton Lavrenov",
"files": [
"README.md",