Skip to content

Commit 92307a3

Browse files
committed
Releasing v1.0.0
1 parent 56901fd commit 92307a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "norman",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Personal assistant based on Blather.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "node --experimental-modules index.mjs",
8+
"start": "npm run listener",
99
"listener": "node ./lib/listener.js",
1010
"listener:debug": "DEBUG=norman node ./lib/listener.js",
11-
"google": "export GOOGLE_APPLICATION_CREDENTIALS=./service-account.json && node ./lib/google-cloud.js",
1211
"pocketsphinx": "node lib/pocketsphinx.js",
1312
"recognizer": "node lib/recognizer.js",
1413
"install": "npm run install:sphinxbase && npm run install:pocketsphinx && npm run install:rnnoise",

0 commit comments

Comments
 (0)