refactor: QuadTree moved to math

This commit is contained in:
cha0s 2019-03-20 18:34:13 -05:00
parent 2da9d73525
commit 482c5db374

View File

@ -1,6 +1,6 @@
{
"name": "@avocado/entity",
"version": "1.0.7",
"version": "1.0.8",
"main": "index.js",
"author": "cha0s",
"license": "MIT",
@ -9,7 +9,6 @@
"@avocado/math": "1.x",
"@avocado/mixins": "1.x",
"@avocado/resource": "1.x",
"d3-quadtree": "1.0.6",
"debug": "^3.1.0",
"immutable": "4.0.0-rc.12",
"lodash.mapvalues": "4.6.0",