Skip to content

Commit 59d8b60

Browse files
committed
depencency bump
1 parent 4938bd3 commit 59d8b60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"browserify": "browserify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js",
1313
"watchify": "watchify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --debug --verbose",
1414
"build": "npm run browserify",
15-
"prepublish": "npm run build",
1615
"doc": "jsdoc -c jsdoc/config.json",
1716
"watch-doc": "nodemon --watch lib/ --watch services/ --watch jsdoc/ --watch package.json --ext js,tmpl --exec npm run doc"
1817
},
@@ -39,7 +38,7 @@
3938
},
4039
"dependencies": {
4140
"clone": "^1.0.2",
42-
"microphone-stream": "^2.0.2",
41+
"microphone-stream": "^3.0.1",
4342
"object.pick": "^1.1.1",
4443
"readable-blob-stream": "^1.1.0",
4544
"websocket": "^1.0.22"

0 commit comments

Comments
 (0)