geojson-rbush
Advanced tools
Comparing version 2.2.0 to 2.2.1
# Changelog | ||
## 2.2.0 - 2017-11-22 | ||
- Clean up Rollup build | ||
## 2.1.0 - 2017-10-16 | ||
@@ -5,0 +9,0 @@ |
@@ -1,2 +0,2 @@ | ||
import rbush from './rbush'; | ||
import rbush from './lib/rbush'; | ||
import {featureEach, coordEach} from '@turf/meta'; | ||
@@ -15,3 +15,3 @@ | ||
*/ | ||
function geojsonRbush (maxEntries) { | ||
function geojsonRbush(maxEntries) { | ||
var tree = rbush(maxEntries); | ||
@@ -18,0 +18,0 @@ /** |
@@ -625,3 +625,3 @@ 'use strict'; | ||
*/ | ||
function geojsonRbush (maxEntries) { | ||
function geojsonRbush(maxEntries) { | ||
var tree = rbush(maxEntries); | ||
@@ -628,0 +628,0 @@ /** |
{ | ||
"name": "geojson-rbush", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "GeoJSON implementation of RBush", | ||
@@ -13,4 +13,3 @@ "main": "main", | ||
"main.js", | ||
"rbush.js", | ||
"quickselect.js" | ||
"lib" | ||
], | ||
@@ -39,2 +38,4 @@ "scripts": { | ||
"benchmark": "*", | ||
"eslint": "*", | ||
"eslint-config-mourner": "*", | ||
"load-json-file": "*", | ||
@@ -41,0 +42,0 @@ "rollup": "*", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62917
8