fixed bug in copy

This commit is contained in:
tamat
2019-10-29 10:40:33 +01:00
parent ea6c909894
commit 775b714861
5 changed files with 614 additions and 599 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "litegraph.js",
"version": "0.7.0",
"version": "0.7.1",
"description": "A graph node editor similar to PD or UDK Blueprints, it works in a HTML5 Canvas and allow to exported graphs to be included in applications.",
"main": "build/litegraph.js",
"types": "src/litegraph.d.ts",
@@ -33,13 +33,13 @@
},
"homepage": "https://github.com/kriffe/litegraph.js#readme",
"devDependencies": {
"express": "^4.16.4",
"express": "^4.17.1",
"google-closure-compiler": "^20171112.0.0",
"grunt": "^1.0.3",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-closure-tools": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"nodemon": "^1.18.9",
"rimraf": "^2.6.2"
"nodemon": "^1.19.4",
"rimraf": "^2.7.1"
}
}