From 7a10f5b562cbe8734d00f317c1c7c80db46a4caa Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 10 Apr 2018 09:57:02 -0600 Subject: [PATCH] rebrand --- README.md | 17 ++--------------- package.json | 12 ++++++------ 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 6f2265d..0f8f7ce 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,8 @@ - - -About Daplie: We're taking back the Internet! --------------- - -Down with Google, Apple, and Facebook! - -We're re-decentralizing the web and making it read-write again - one home cloud system at a time. - -Tired of serving the Empire? Come join the Rebel Alliance: - -jobs@daplie.com | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone - - - s2-geometry (JavaScript/ES5.1) ====================== +| Sponsored by [ppl](https://ppl.family) + A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (as used by **Ingress**, **Pokemon GO**) Currently contains basic support for S2Cell diff --git a/package.json b/package.json index a981295..962662e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "s2-geometry", - "version": "1.2.9", + "version": "1.2.10", "description": "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)", "main": "src/s2geometry.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Daplie/s2-geometry.js.git" + "url": "git+https://git.coolaj86.com/coolaj86/s2-geometry.js.git" }, "keywords": [ "s2", @@ -27,12 +27,12 @@ "lat", "lng" ], - "author": "AJ ONeal (https://coolaj86.com/)", - "license": "ISC", + "author": "AJ ONeal (https://coolaj86.com/)", + "license": "(MIT or Apache-2 or ISC)", "bugs": { - "url": "https://github.com/Daplie/s2-geometry.js/issues" + "url": "https://git.coolaj86.com/coolaj86/s2-geometry.js/issues" }, - "homepage": "https://github.com/Daplie/s2-geometry.js#readme", + "homepage": "https://git.coolaj86.com/coolaj86/s2-geometry.js#readme", "dependencies": { "long": "^3.2.0" }