refactor: QuadTree moved to math
This commit is contained in:
parent
2da9d73525
commit
482c5db374
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@avocado/entity",
|
"name": "@avocado/entity",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
"@avocado/math": "1.x",
|
"@avocado/math": "1.x",
|
||||||
"@avocado/mixins": "1.x",
|
"@avocado/mixins": "1.x",
|
||||||
"@avocado/resource": "1.x",
|
"@avocado/resource": "1.x",
|
||||||
"d3-quadtree": "1.0.6",
|
|
||||||
"debug": "^3.1.0",
|
"debug": "^3.1.0",
|
||||||
"immutable": "4.0.0-rc.12",
|
"immutable": "4.0.0-rc.12",
|
||||||
"lodash.mapvalues": "4.6.0",
|
"lodash.mapvalues": "4.6.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user