build for 3.0.0

This commit is contained in:
Anton Lavrenov 2019-02-25 08:07:45 -05:00
parent c8ff50a599
commit d561d0cb09
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}(this, function () { 'use strict'; }(this, function () { 'use strict';
/* /*
* Konva JavaScript Framework v3.0.0-3 * Konva JavaScript Framework v3.0.0
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Mon Feb 25 2019 * Date: Mon Feb 25 2019
@ -19,7 +19,7 @@
/** /**
* @namespace Konva * @namespace Konva
*/ */
var version = '3.0.0-3'; var version = '3.0.0';
var isBrowser = typeof window !== 'undefined' && var isBrowser = typeof window !== 'undefined' &&
// browser case // browser case
({}.toString.call(window) === '[object Window]' || ({}.toString.call(window) === '[object Window]' ||

4
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

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