Browse Source

v0.5.1: fix postinstall

smaller-size v0.5.1
AJ ONeal 5 years ago
parent
commit
386a6694e3
  1. 4
      npm/package.json

4
npm/package.json

@ -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": {

Loading…
Cancel
Save