From f81b091f97f91879c9eab4e9596cd9aa3e5dd73a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 20 Apr 2018 18:51:49 -0600 Subject: [PATCH] v2.0.8 --- package.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 40f827b..9b882c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "cluster-store", - "version": "2.0.4", + "version": "2.0.8", "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", "scripts": { "test": "node test-cluster.js", @@ -9,8 +10,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/coolaj86/cluster-store.git" + "url": "git+https://git.coolaj86.com/coolaj86/cluster-store.js.git" }, + "bundleDependencies": false, + "deprecated": false, "keywords": [ "store", "session", @@ -20,13 +23,16 @@ "cluster", "rpi2" ], - "author": "AJ ONeal (http://coolaj86.com/)", + "author": { + "name": "AJ ONeal", + "email": "coolaj86@gmail.com", + "url": "https://coolaj86.com/" + }, "license": "Apache-2.0", "bugs": { - "url": "https://github.com/coolaj86/cluster-store/issues" + "url": "https://git.coolaj86.com/coolaj86/cluster-store.js/issues" }, - "homepage": "https://github.com/coolaj86/cluster-store#readme", "dependencies": { - "cluster-rpc": "^1.0.4" + "cluster-rpc": "^v1.0.6" } }