Browse Source

Use pelias-api as executable name

pull/1180/head
Horace Williams 6 years ago
parent
commit
8fea8ac5af
  1. 2
      package.json

2
package.json

@ -6,7 +6,7 @@
"homepage": "https://github.com/pelias/api",
"license": "MIT",
"main": "index.js",
"bin": {"pelias": "./bin/start"},
"bin": "./bin/start",
"scripts": {
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nsp check; rm npm-shrinkwrap.json;",
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao",

Loading…
Cancel
Save