mirror of
https://github.com/therootcompany/serviceman.git
synced 2025-02-22 14:48:04 +00:00
v0.5.2: fix postinstall, really
This commit is contained in:
parent
386a6694e3
commit
a31ba75927
@ -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
Normal file → Executable file
2
npm/scripts/fetch-serviceman.js
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
'use strict';
|
||||
var os = require('os');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user