File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
11
"browserify" : " browserify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js" ,
12
- "minify" : " uglifyjs --compress --mangle --screw-ie8 dist/watson-speech.js --output dist/watson-speech.min.js" ,
12
+ "minify" : " with-package uglifyjs --compress --mangle --screw-ie8 dist/watson-speech.js --output dist/watson-speech.min.js --preamble \" // IBM Watson Speech JavaScript SDK \n // vpkg.version \n // Generated at `date` \n // Copyright IBM (pkg.license) \" " ,
13
13
"watchify" : " watchify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --debug --verbose" ,
14
14
"build" : " npm run browserify && npm run minify" ,
15
15
"doc" : " jsdoc -c jsdoc/config.json" ,
35
35
"uglify-js" : " ^2.6.1" ,
36
36
"watchify" : " ^3.7.0" ,
37
37
"watson-developer-cloud" : " ^1.2.1" ,
38
- "whatwg-fetch" : " ^0.11.0"
38
+ "whatwg-fetch" : " ^0.11.0" ,
39
+ "with-package" : " ^0.2.0"
39
40
},
40
41
"dependencies" : {
41
42
"clone" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments