v0.5.2: fix postinstall, really

このコミットが含まれているのは:
AJ ONeal 2019-07-14 01:57:43 -06:00
コミット a31ba75927
2個のファイルの変更3行の追加1行の削除

ファイルの表示

@ -1,6 +1,6 @@
{
"name": "serviceman",
"version": "0.5.1",
"version": "0.5.2",
"description": "A cross-platform service manager",
"main": "index.js",
"scripts": {

2
npm/scripts/fetch-serviceman.js ノーマルファイル → 実行可能ファイル
ファイルの表示

@ -1,3 +1,5 @@
#!/usr/bin/env node
'use strict';
var os = require('os');