mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 18:24:17 +08:00
update npm scripts
This commit is contained in:
parent
514e60122b
commit
8d5ff4598d
21
package.json
21
package.json
@ -2,13 +2,7 @@
|
||||
"name": "konva",
|
||||
"version": "2.0.2",
|
||||
"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": {
|
||||
@ -17,7 +11,8 @@
|
||||
"build": "gulp build",
|
||||
"full-build": "gulp lint test build",
|
||||
"test": "gulp test",
|
||||
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote"
|
||||
"prettier":
|
||||
"prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "4.1.2",
|
||||
@ -35,12 +30,10 @@
|
||||
"mocha": "4.0.1",
|
||||
"prettier": "^1.9.2"
|
||||
},
|
||||
"keywords": [
|
||||
"canvas",
|
||||
"animations",
|
||||
"graphic",
|
||||
"html5"
|
||||
],
|
||||
"keywords": ["canvas", "animations", "graphic", "html5"],
|
||||
"prettier": {
|
||||
"singleQuote": true
|
||||
},
|
||||
"browser": {
|
||||
"canvas": false,
|
||||
"jsdom": false
|
||||
|
Loading…
Reference in New Issue
Block a user