netbox v2.10 (#52)

* small changes

* removed print

* fix coords

* fix saving coords

* update readme

* fixed icons

* bump version

Co-authored-by: mattieserver <mattijs@DESKTOP-618OSU1.localdomain>
This commit is contained in:
mattieserver
2021-02-11 19:22:41 +01:00
committed by GitHub
co-authored by mattieserver
parent 0340522f59
commit a314d2b307
11 changed files with 327 additions and 110 deletions
+6 -8
View File
@@ -1,28 +1,26 @@
{
"private": true,
"name": "netbox_topology_views",
"version": "0.4.10",
"version": "0.5.0",
"scripts": {
"resources": "gulp build",
"resources_dev": "gulp build_dev"
},
"dependencies": {},
"devDependencies": {
"@egjs/hammerjs": "^2.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"vis-network": "^7.10.0",
"keycharm": "^0.3.0",
"moment": "^2.24.0",
"timsort": "^0.3.0",
"vis-data": "^6.2.1",
"vis-util": "^4.0.0",
"uuid": "7.0.0",
"@egjs/hammerjs" : "^2.0.0"
"vis-data": "^6.2.1",
"vis-network": "^7.10.2",
"vis-util": "^4.0.0"
},
"peerDependencies": {
}
"peerDependencies": {}
}