mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
fixes
This commit is contained in:
parent
bb344d60af
commit
315b53ceb6
@ -1,4 +1,4 @@
|
||||
var Konva = require('../dist/konva-dev');
|
||||
var Konva = require('konva');
|
||||
|
||||
var Canvas = require('canvas');
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user