rebrand
This commit is contained in:
		
							parent
							
								
									e7ecb48449
								
							
						
					
					
						commit
						7a10f5b562
					
				
							
								
								
									
										17
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								README.md
									
									
									
									
									
								
							@ -1,21 +1,8 @@
 | 
			
		||||
<!-- BANNER_TPL_BEGIN -->
 | 
			
		||||
 | 
			
		||||
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:
 | 
			
		||||
 | 
			
		||||
<a href="mailto:jobs@daplie.com">jobs@daplie.com</a> | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone
 | 
			
		||||
 | 
			
		||||
<!-- BANNER_TPL_END -->
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								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 <aj@daplie.com> (https://coolaj86.com/)",
 | 
			
		||||
  "license": "ISC",
 | 
			
		||||
  "author": "AJ ONeal <coolaj86@gmail.com> (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"
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user