We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9277f2a commit 9f654c8Copy full SHA for 9f654c8
bin/agi.js
@@ -1,4 +1,5 @@
1
-#!/usr/bin/node
+#!/usr/bin/env node
2
+
3
const program = require('commander');
4
const path = require('path');
5
const Voicer = require('./../apps/agi/index');
package.json
@@ -1,8 +1,7 @@
{
"name": "voicer",
- "version": "0.2.0",
- "description": "voicer - voice recognition service for asterisk",
- "main": "index.js",
+ "version": "0.2.1",
+ "description": "voicer - voice recognition AGI server for Asterisk",
6
"dependencies": {
7
"@hapi/joi": "^15.1.1",
8
"auto-bind": "^2.1.0",
0 commit comments