File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " IBM Watson Speech to Text SDK for web browsers." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "start " : " karma start test/resources/karma.conf.js" ,
7
+ "watch-test " : " karma start test/resources/karma.conf.js" ,
8
8
"lint" : " eslint --config test/resources/.eslintrc.js *.js src/*.js" ,
9
9
"test" : " karma start test/resources/karma.conf.js --single-run" ,
10
10
"test-integration" : " TEST_MODE=integration karma start test/resources/karma.conf.js --single-run" ,
11
- "watch" : " karma start" ,
12
11
"browserify" : " browserify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js" ,
13
12
"watchify" : " watchify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --debug --verbose" ,
14
13
"build" : " npm run browserify" ,
You can’t perform that action at this time.
0 commit comments