Browse Source

v0.5.2: fix postinstall, really

pull/7/head v0.5.2
AJ ONeal 5 years ago
parent
commit
a31ba75927
  1. 2
      npm/package.json
  2. 2
      npm/scripts/fetch-serviceman.js

2
npm/package.json

@ -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');

Loading…
Cancel
Save