Browse Source

Add executable for pelias NPM package

pull/1180/head
Horace Williams 6 years ago
parent
commit
d541361210
  1. 1
      package.json

1
package.json

@ -6,6 +6,7 @@
"homepage": "https://github.com/pelias/api",
"license": "MIT",
"main": "index.js",
"bin": {"pelias": "./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