Compare commits
	
		
			2 Commits
		
	
	
		
			f46266439a
			...
			829acd0d00
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					829acd0d00 | ||
| 
						 | 
					1ec1158fc4 | 
@ -45,10 +45,10 @@ Decentralized:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
# As a library
 | 
					# As a library
 | 
				
			||||||
npm install --save 'git+https://git.daplie.com/Daplie/hexdump.js.git'
 | 
					npm install --save 'git+https://git.coolaj86.com/coolaj86/hexdump.js.git'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# As a global CLI (useful on windows)
 | 
					# As a global CLI (useful on windows)
 | 
				
			||||||
npm install --global 'git+https://git.daplie.com/Daplie/hexdump.js.git'
 | 
					npm install --global 'git+https://git.coolaj86.com/coolaj86/hexdump.js.git'
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Centralized:
 | 
					Centralized:
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "hexdump.js",
 | 
					  "name": "hexdump.js",
 | 
				
			||||||
  "version": "1.0.4",
 | 
					  "version": "1.0.5",
 | 
				
			||||||
  "description": "Like hexdump on *nix, but in JavaScript.",
 | 
					  "description": "Like hexdump on *nix, but in JavaScript.",
 | 
				
			||||||
  "main": "hexdump.js",
 | 
					  "main": "hexdump.js",
 | 
				
			||||||
  "bin": {
 | 
					  "bin": {
 | 
				
			||||||
@ -11,7 +11,7 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "git@git.daplie.com:Daplie/hexdump.js.git"
 | 
					    "url": "https://git.coolaj86.com/coolaj86/hexdump.js.git"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "keywords": [
 | 
					  "keywords": [
 | 
				
			||||||
    "hexdump",
 | 
					    "hexdump",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user