diff --git a/LICENSE b/LICENSE index e92fbcd..e8099fa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ ISC License (ISC) Copyright (c) 2012-2016, Jon Atkins -Copyright (c) 2016, AJ ONeal +Copyright (c) 2016, AJ ONeal 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. diff --git a/package.json b/package.json index f3a7f52..fffc1e1 100644 --- a/package.json +++ b/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 (https://coolaj86.com/)", + "author": "AJ ONeal (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" }