v0.5.1: fix postinstall

Este commit está contenido en:
AJ ONeal 2019-07-14 01:55:35 -06:00
padre f97f217bc6
commit 386a6694e3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -1,10 +1,10 @@
{ {
"name": "serviceman", "name": "serviceman",
"version": "0.5.0", "version": "0.5.1",
"description": "A cross-platform service manager", "description": "A cross-platform service manager",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"postinstall": "bin/install-serviceman.js", "postinstall": "scripts/fetch-serviceman.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {