From 386a6694e3bf5202600cc5e466fed2a02f61437b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 14 Jul 2019 01:55:35 -0600 Subject: [PATCH] v0.5.1: fix postinstall --- npm/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/package.json b/npm/package.json index 4f2c6af..dd0a0b1 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,10 +1,10 @@ { "name": "serviceman", - "version": "0.5.0", + "version": "0.5.1", "description": "A cross-platform service manager", "main": "index.js", "scripts": { - "postinstall": "bin/install-serviceman.js", + "postinstall": "scripts/fetch-serviceman.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {