mirror of
https://github.com/therootcompany/serviceman.git
synced 2025-04-09 09:00:46 +00:00
v0.5.2: fix postinstall, really
This commit is contained in:
parent
386a6694e3
commit
a31ba75927
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "serviceman",
|
"name": "serviceman",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "A cross-platform service manager",
|
"description": "A cross-platform service manager",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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';
|
'use strict';
|
||||||
var os = require('os');
|
var os = require('os');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user