From 92307a33b0411c7a18c0f11d83c5e3c74a2ddfc7 Mon Sep 17 00:00:00 2001 From: Allan Bogh Date: Tue, 18 Sep 2018 23:50:20 -0700 Subject: [PATCH] Releasing v1.0.0 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 71b1b16..de60027 100644 --- a/package.json +++ b/package.json @@ -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",