Skip to content

Commit

Permalink
Releasing v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbogh committed Sep 19, 2018
1 parent 56901fd commit 92307a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "norman",
"version": "0.1.0",
"version": "1.0.0",
"description": "Personal assistant based on Blather.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --experimental-modules index.mjs",
"start": "npm run listener",
"listener": "node ./lib/listener.js",
"listener:debug": "DEBUG=norman node ./lib/listener.js",
"google": "export GOOGLE_APPLICATION_CREDENTIALS=./service-account.json && node ./lib/google-cloud.js",
"pocketsphinx": "node lib/pocketsphinx.js",
"recognizer": "node lib/recognizer.js",
"install": "npm run install:sphinxbase && npm run install:pocketsphinx && npm run install:rnnoise",
Expand Down

0 comments on commit 92307a3

Please sign in to comment.