Compare commits

..

No commits in common. "master" and "v1.2.9" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View File

@ -1,8 +1,6 @@
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

View File

@ -1,6 +1,6 @@
{
"name": "s2-geometry",
"version": "1.2.10",
"version": "1.2.9",
"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://git.coolaj86.com/coolaj86/s2-geometry.js.git"
"url": "git+https://github.com/Daplie/s2-geometry.js.git"
},
"keywords": [
"s2",
@ -27,12 +27,12 @@
"lat",
"lng"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT or Apache-2 or ISC)",
"author": "AJ ONeal <aj@daplie.com> (https://coolaj86.com/)",
"license": "ISC",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/s2-geometry.js/issues"
"url": "https://github.com/Daplie/s2-geometry.js/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/s2-geometry.js#readme",
"homepage": "https://github.com/Daplie/s2-geometry.js#readme",
"dependencies": {
"long": "^3.2.0"
}