[node-rbush] 02/07: Imported Upstream version 2.0.1

Bas Couwenberg sebastic at debian.org
Fri Jul 1 22:30:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository node-rbush.

commit a3e82dbc85003354bb988cb5d38fd45d6057cd1b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jun 29 22:34:30 2016 +0200

    Imported Upstream version 2.0.1
---
 README.md    | 4 ++++
 package.json | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a44de93..aeeeb65 100644
--- a/README.md
+++ b/README.md
@@ -202,6 +202,10 @@ RBush should run on Node and all major browsers. The only caveat: IE 8 needs an
 
 ## Changelog
 
+#### 2.0.1 — June 29, 2016
+
+- Fixed browser builds in NPM.
+
 #### 2.0.0 — June 29, 2016
 
 - **Breaking:** changed the default format of inserted items from `[20, 40, 30, 50]` to `{minX: 20, minY: 40, maxX: 30, maxY: 50}`.
diff --git a/package.json b/package.json
index 4f0e753..ab566f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "rbush",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "description": "High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)",
   "homepage": "https://github.com/mourner/rbush",
   "repository": {
@@ -18,7 +18,6 @@
   "author": "Vladimir Agafonkin",
   "license": "MIT",
   "main": "index.js",
-  "browser": "rbush.js",
   "devDependencies": {
     "benchmark": "^2.1.0",
     "browserify": "^13.0.1",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/node-rbush.git



More information about the Pkg-grass-devel mailing list