build for 2.0.1

This commit is contained in:
Anton Lavrenov 2018-03-15 14:11:07 +07:00
parent 2f4e127103
commit c70844a399
3 changed files with 19 additions and 9 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Konva JavaScript Framework v2.0.0 * Konva JavaScript Framework v2.0.1
* http://konvajs.github.io/ * http://konvajs.github.io/
* Licensed under the MIT * Licensed under the MIT
* Date: Thu Mar 15 2018 * Date: Thu Mar 15 2018
@ -21,7 +21,7 @@
var Konva = { var Konva = {
// public // public
version: '2.0.0', version: '2.0.1',
// private // private
stages: [], stages: [],

4
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,14 @@
{ {
"name": "konva", "name": "konva",
"version": "2.0.0", "version": "2.0.1",
"author": "Anton Lavrenov", "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", "main": "konva.js",
"typings": "./konva.d.ts", "typings": "./konva.d.ts",
"scripts": { "scripts": {
@ -11,8 +17,7 @@
"build": "gulp build", "build": "gulp build",
"full-build": "gulp lint test build", "full-build": "gulp lint test build",
"test": "gulp test", "test": "gulp test",
"prettier": "prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote"
"prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote"
}, },
"devDependencies": { "devDependencies": {
"chai": "4.1.2", "chai": "4.1.2",
@ -30,7 +35,12 @@
"mocha": "4.0.1", "mocha": "4.0.1",
"prettier": "^1.9.2" "prettier": "^1.9.2"
}, },
"keywords": ["canvas", "animations", "graphic", "html5"], "keywords": [
"canvas",
"animations",
"graphic",
"html5"
],
"browser": { "browser": {
"canvas": false, "canvas": false,
"jsdom": false "jsdom": false