mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
build for 2.1.6
This commit is contained in:
parent
93a0cbe791
commit
d246653ffd
4
konva.js
4
konva.js
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Konva JavaScript Framework v2.1.5
|
* Konva JavaScript Framework v2.1.6
|
||||||
* http://konvajs.github.io/
|
* http://konvajs.github.io/
|
||||||
* Licensed under the MIT
|
* Licensed under the MIT
|
||||||
* Date: Wed Jun 20 2018
|
* Date: Wed Jun 20 2018
|
||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
var Konva = {
|
var Konva = {
|
||||||
// public
|
// public
|
||||||
version: '2.1.5',
|
version: '2.1.6',
|
||||||
|
|
||||||
// private
|
// private
|
||||||
stages: [],
|
stages: [],
|
||||||
|
4
konva.min.js
vendored
4
konva.min.js
vendored
File diff suppressed because one or more lines are too long
23
package.json
23
package.json
@ -1,8 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "konva",
|
"name": "konva",
|
||||||
"version": "2.1.5",
|
"version": "2.1.6",
|
||||||
"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": {
|
||||||
@ -10,10 +16,8 @@
|
|||||||
"lint": "gulp lint",
|
"lint": "gulp lint",
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
"full-build": "gulp lint && npm t && gulp build",
|
"full-build": "gulp lint && npm t && gulp build",
|
||||||
"test":
|
"test": "mocha-headless-chrome -f ./test/runner.html -a disable-web-security",
|
||||||
"mocha-headless-chrome -f ./test/runner.html -a disable-web-security",
|
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote"
|
||||||
"prettier":
|
|
||||||
"prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "4.1.2",
|
"chai": "4.1.2",
|
||||||
@ -31,7 +35,12 @@
|
|||||||
"prettier": "^1.9.2",
|
"prettier": "^1.9.2",
|
||||||
"mocha-headless-chrome": "^2.0.0"
|
"mocha-headless-chrome": "^2.0.0"
|
||||||
},
|
},
|
||||||
"keywords": ["canvas", "animations", "graphic", "html5"],
|
"keywords": [
|
||||||
|
"canvas",
|
||||||
|
"animations",
|
||||||
|
"graphic",
|
||||||
|
"html5"
|
||||||
|
],
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"singleQuote": true
|
"singleQuote": true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user