build for 1.7.0

This commit is contained in:
Anton Lavrenov 2017-10-08 14:04:45 +04:00
parent cc930fecbc
commit 03ed8810d9
3 changed files with 20 additions and 9 deletions

View File

@ -1,8 +1,8 @@
/*
* Konva JavaScript Framework v1.6.8
* Konva JavaScript Framework v1.7.0
* http://konvajs.github.io/
* Licensed under the MIT or GPL Version 2 licenses.
* Date: Tue Sep 05 2017
* Date: Sun Oct 08 2017
*
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - 2017 by Anton Lavrenov (Konva)
@ -38,7 +38,7 @@
var Konva = {
// public
version: '1.6.8',
version: '1.7.0',
// private
stages: [],

6
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,14 @@
{
"name": "konva",
"version": "1.6.8",
"version": "1.7.0",
"author": "Anton Lavrenov",
"files": ["README.md", "konva.js", "konva.min.js", "src", "konva.d.ts"],
"files": [
"README.md",
"konva.js",
"konva.min.js",
"src",
"konva.d.ts"
],
"main": "konva.js",
"typings": "./konva.d.ts",
"scripts": {
@ -29,7 +35,12 @@
"mocha": "3.5.0",
"prettier": "^1.5.3"
},
"keywords": ["canvas", "animations", "graphic", "html5"],
"keywords": [
"canvas",
"animations",
"graphic",
"html5"
],
"browser": {
"canvas": false,
"jsdom": false