diff --git a/konva-node/package.json b/konva-node/package.json index 8308be3a..136dd970 100644 --- a/konva-node/package.json +++ b/konva-node/package.json @@ -1,12 +1,19 @@ { "name": "konva-node", - "version": "0.5.1", + "version": "0.5.2", "description": "Konva framework for NodeJS env", "main": "index.js", - "files": ["index.js"], + "files": [ + "index.js" + ], "typings": "./node_modules/konva/konva.d.ts", "scripts": {}, - "keywords": ["canvas", "animations", "graphic", "html5"], + "keywords": [ + "canvas", + "animations", + "graphic", + "html5" + ], "author": "Anton Lavrenov", "bugs": { "url": "https://github.com/konvajs/konva/issues"