Skip to content

Commit b653f34

Browse files
committed
fix + lint
1 parent 84ea6ae commit b653f34

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

test/integration/test.speech_to_text.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ describe('speech_to_text_integration', function() {
380380
speech_to_text.deleteCustomization({ customization_id: customization_id }, done);
381381
customization_id = null;
382382
});
383-
384383
});
385384

386385
describe('asynchronous api', function() {

webpack.config.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
'use strict';
22

3-
// With this configuration, the entire library can be bundled with Webpack.
4-
// However, not all services support client-side usage.
5-
// See https://github.com/watson-developer-cloud/node-sdk/tree/master/examples/webpack for details
6-
7-
// With this configuration, the entire library can be bundled with Webpack.
3+
// With this configuration, the entire library can be bundled with Webpack.
84
// However, not all services support client-side usage.
95
// See https://github.com/watson-developer-cloud/node-sdk/tree/master/examples/webpack for details
106

117
module.exports = {
128
entry: './index.js',
139
output: {
14-
filename: 'watson-developer-cloud.js'
10+
filename: 'watson-developer-cloud.js',
1511
library: 'WatsonDeveloperCloud',
1612
libraryTarget: 'umd'
1713
},

0 commit comments

Comments
 (0)