This commit is contained in:
Anton Lavrenov 2017-10-19 15:15:28 +05:30
parent bb344d60af
commit 315b53ceb6
3 changed files with 5 additions and 8 deletions

View File

@ -1,4 +1,4 @@
var Konva = require('../dist/konva-dev');
var Konva = require('konva');
var Canvas = require('canvas');

View File

@ -1,6 +1,6 @@
{
"name": "konva-node",
"version": "0.5.2",
"version": "0.5.5",
"description": "Konva framework for NodeJS env",
"main": "index.js",
"files": [
@ -26,6 +26,6 @@
"license": "MIT",
"dependencies": {
"canvas": "^1.6.7",
"konva": "^1.7.1"
"konva": "^1.7.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "konva",
"version": "1.7.3",
"version": "1.7.4",
"author": "Anton Lavrenov",
"files": [
"README.md",
@ -54,8 +54,5 @@
"type": "git",
"url": "git://github.com/konvajs/konva.git"
},
"license": "MIT",
"dependencies": {
"konva-node": "^0.5.2"
}
"license": "MIT"
}