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 4938bd3 commit 59d8b60Copy full SHA for 59d8b60
package.json
@@ -12,7 +12,6 @@
12
"browserify": "browserify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js",
13
"watchify": "watchify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --debug --verbose",
14
"build": "npm run browserify",
15
- "prepublish": "npm run build",
16
"doc": "jsdoc -c jsdoc/config.json",
17
"watch-doc": "nodemon --watch lib/ --watch services/ --watch jsdoc/ --watch package.json --ext js,tmpl --exec npm run doc"
18
},
@@ -39,7 +38,7 @@
39
38
40
"dependencies": {
41
"clone": "^1.0.2",
42
- "microphone-stream": "^2.0.2",
+ "microphone-stream": "^3.0.1",
43
"object.pick": "^1.1.1",
44
"readable-blob-stream": "^1.1.0",
45
"websocket": "^1.0.22"
0 commit comments