Compare commits
	
		
			2 Commits
		
	
	
		
			faad2e1697
			...
			282952b4e5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 282952b4e5 | ||
|  | 934ce950f0 | 
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "knuth-shuffle", |   "name": "knuth-shuffle", | ||||||
|   "version": "1.0.5", |   "version": "1.0.6", | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
|   "ignore": [ |   "ignore": [ | ||||||
|     ".jshintrc", |     ".jshintrc", | ||||||
|  | |||||||
| @ -1,14 +1,15 @@ | |||||||
| { | { | ||||||
|   "name": "knuth-shuffle", |   "name": "knuth-shuffle", | ||||||
|   "version": "1.0.5", |   "version": "1.0.6", | ||||||
|   "description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js", |   "description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js", | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
|  |   "homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "test": "node example.js" |     "test": "node example.js" | ||||||
|   }, |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|     "url": "https://git.coolaj86.com/coolaj86/knuth-shuffle" |     "url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.git" | ||||||
|   }, |   }, | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|     "ronald", |     "ronald", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user