Compare commits
	
		
			No commits in common. "master" and "v1.2.9" have entirely different histories.
		
	
	
		
	
		
| @ -1,8 +1,6 @@ | |||||||
| s2-geometry (JavaScript/ES5.1) | 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**) | 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 | Currently contains basic support for S2Cell | ||||||
|  | |||||||
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "s2-geometry", |   "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)", |   "description": "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)", | ||||||
|   "main": "src/s2geometry.js", |   "main": "src/s2geometry.js", | ||||||
|   "scripts": { |   "scripts": { | ||||||
| @ -8,7 +8,7 @@ | |||||||
|   }, |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|     "url": "git+https://git.coolaj86.com/coolaj86/s2-geometry.js.git" |     "url": "git+https://github.com/Daplie/s2-geometry.js.git" | ||||||
|   }, |   }, | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|     "s2", |     "s2", | ||||||
| @ -27,12 +27,12 @@ | |||||||
|     "lat", |     "lat", | ||||||
|     "lng" |     "lng" | ||||||
|   ], |   ], | ||||||
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", |   "author": "AJ ONeal <aj@daplie.com> (https://coolaj86.com/)", | ||||||
|   "license": "(MIT or Apache-2 or ISC)", |   "license": "ISC", | ||||||
|   "bugs": { |   "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": { |   "dependencies": { | ||||||
|     "long": "^3.2.0" |     "long": "^3.2.0" | ||||||
|   } |   } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user