mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
Merge branch 'master' of github.com:konvajs/konva
This commit is contained in:
commit
c4d6d0c66d
21
package.json
21
package.json
@ -2,13 +2,7 @@
|
|||||||
"name": "konva",
|
"name": "konva",
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"files": [
|
"files": ["README.md", "konva.js", "konva.min.js", "src", "konva.d.ts"],
|
||||||
"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": {
|
||||||
@ -17,7 +11,8 @@
|
|||||||
"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 --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",
|
||||||
@ -35,12 +30,10 @@
|
|||||||
"mocha": "4.0.1",
|
"mocha": "4.0.1",
|
||||||
"prettier": "^1.9.2"
|
"prettier": "^1.9.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": ["canvas", "animations", "graphic", "html5"],
|
||||||
"canvas",
|
"prettier": {
|
||||||
"animations",
|
"singleQuote": true
|
||||||
"graphic",
|
},
|
||||||
"html5"
|
|
||||||
],
|
|
||||||
"browser": {
|
"browser": {
|
||||||
"canvas": false,
|
"canvas": false,
|
||||||
"jsdom": false
|
"jsdom": false
|
||||||
|
Loading…
Reference in New Issue
Block a user