v0.5.1: fix postinstall

这个提交包含在:
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": {