From 89e33a29c679cca68e871354beb9556c4b11f1e9 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Thu, 19 Oct 2017 14:36:27 +0530 Subject: [PATCH] update konva-node version --- konva-node/package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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"