v0.5.1: fix postinstall

This commit is contained in:
AJ ONeal 2019-07-14 01:55:35 -06:00
부모 f97f217bc6
커밋 386a6694e3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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": {