Compare commits
	
		
			No commits in common. "master" and "v2.0.4" have entirely different histories.
		
	
	
		
	
		
							
								
								
									
										18
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								package.json
									
									
									
									
									
								
							| @ -1,8 +1,7 @@ | |||||||
| { | { | ||||||
|   "name": "cluster-store", |   "name": "cluster-store", | ||||||
|   "version": "2.0.8", |   "version": "2.0.4", | ||||||
|   "description": "A wrapper to enable the use of any in-process store with node cluster via cluster process and worker messages (i.e. for Raspberry Pi servers).", |   "description": "A wrapper to enable the use of any in-process store with node cluster via cluster process and worker messages (i.e. for Raspberry Pi servers).", | ||||||
|   "homepage": "https://git.coolaj86.com/coolaj86/cluster-store.js", |  | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "test": "node test-cluster.js", |     "test": "node test-cluster.js", | ||||||
| @ -10,10 +9,8 @@ | |||||||
|   }, |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|     "url": "git+https://git.coolaj86.com/coolaj86/cluster-store.js.git" |     "url": "git+https://github.com/coolaj86/cluster-store.git" | ||||||
|   }, |   }, | ||||||
|   "bundleDependencies": false, |  | ||||||
|   "deprecated": false, |  | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|     "store", |     "store", | ||||||
|     "session", |     "session", | ||||||
| @ -23,16 +20,13 @@ | |||||||
|     "cluster", |     "cluster", | ||||||
|     "rpi2" |     "rpi2" | ||||||
|   ], |   ], | ||||||
|   "author": { |   "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)", | ||||||
|     "name": "AJ ONeal", |  | ||||||
|     "email": "coolaj86@gmail.com", |  | ||||||
|     "url": "https://coolaj86.com/" |  | ||||||
|   }, |  | ||||||
|   "license": "Apache-2.0", |   "license": "Apache-2.0", | ||||||
|   "bugs": { |   "bugs": { | ||||||
|     "url": "https://git.coolaj86.com/coolaj86/cluster-store.js/issues" |     "url": "https://github.com/coolaj86/cluster-store/issues" | ||||||
|   }, |   }, | ||||||
|  |   "homepage": "https://github.com/coolaj86/cluster-store#readme", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "cluster-rpc": "^v1.0.6" |     "cluster-rpc": "^1.0.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user