move to Daplie
This commit is contained in:
parent
4a7b8819c9
commit
e04b0b0ecd
2
LICENSE
2
LICENSE
|
@ -1,7 +1,7 @@
|
|||
ISC License (ISC)
|
||||
|
||||
Copyright (c) 2012-2016, Jon Atkins <github@jonatkins.com>
|
||||
Copyright (c) 2016, AJ ONeal <coolaj86@gmail.com>
|
||||
Copyright (c) 2016, AJ ONeal <aj@daplie.com>
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
||||
|
||||
|
|
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "s2-geometry",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"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/coolaj86/s2-geometry-javascript.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/)",
|
||||
"author": "AJ ONeal <aj@daplie.com> (https://coolaj86.com/)",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/coolaj86/s2-geometry-javascript/issues"
|
||||
"url": "https://github.com/Daplie/s2-geometry.js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/coolaj86/s2-geometry-javascript#readme",
|
||||
"homepage": "https://github.com/Daplie/s2-geometry.js#readme",
|
||||
"dependencies": {
|
||||
"long": "^3.2.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue