mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 05:14:58 +08:00
update CHANGELOG with new version
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote",
|
||||
"tsc": "tsc -d --declarationDir ./types --removeComments --module CommonJS || echo \"tsc faild for some file(s).\"",
|
||||
"rollup": "rollup -c",
|
||||
"compile": "npm run tsc && npm run rollup",
|
||||
"clean": "rm -rf ./lib",
|
||||
"compile": "npm run clean && npm run tsc && npm run rollup",
|
||||
"watch": "rollup -c -w"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user