From c679dccc50ef2b566efaf3fe329372e19d1ccfd5 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Thu, 27 Jun 2024 11:34:31 +0300 Subject: [PATCH] minor updates --- LICENSE | 2 +- README.md | 6 ------ package.json | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index f74668a..48f0e84 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 Vladimir Agafonkin +Copyright (c) 2024 Volodymyr Agafonkin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5d47e0e..c31413e 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,6 @@ click to perform search under the cursor. * [randomly clustered data](http://mourner.github.io/rbush/viz/viz-cluster.html) * [uniformly distributed random data](http://mourner.github.io/rbush/viz/viz-uniform.html) -## Install - -Install with NPM (`npm install rbush`), or use CDN links for browsers: -[rbush.js](https://unpkg.com/rbush@2.0.1/rbush.js), -[rbush.min.js](https://unpkg.com/rbush@2.0.1/rbush.min.js) - ## Usage ### Installing RBush diff --git a/package.json b/package.json index efb5545..80a7eb0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "index", "math" ], - "author": "Vladimir Agafonkin", + "author": "Volodymyr Agafonkin", "license": "MIT", "type": "module", "exports": "./index.js",