update konva-node version

This commit is contained in:
Anton Lavrenov 2017-10-19 14:36:27 +05:30
parent aaeaafbd34
commit 89e33a29c6

View File

@ -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"