From a8e4fa24d13799c4293d8c2df2150100a113d533 Mon Sep 17 00:00:00 2001 From: kimxogus Date: Wed, 5 Jul 2017 17:13:17 +0900 Subject: [PATCH 1/2] upgrade gulp-git --- package.json | 2 +- tasks/dist.js | 2 +- tasks/examples.js | 2 +- tasks/lib.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index da98b9d..3eb5e1f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gulp-bump": "^0.3.1", "gulp-connect": "^2.2.0", "gulp-gh-pages": "^0.5.2", - "gulp-git": "^1.4.0", + "gulp-git": "^2.4.1", "gulp-less": "^3.0.3", "gulp-minify-css": "^1.2.1", "gulp-rename": "^1.2.2", diff --git a/tasks/dist.js b/tasks/dist.js index 3bed69c..1c14529 100644 --- a/tasks/dist.js +++ b/tasks/dist.js @@ -49,7 +49,7 @@ module.exports = function (gulp, config) { .pipe(gulp.dest('dist')) .pipe(rename(config.component.pkgName + '.min.css')) .pipe(minifyCSS()) - .pipe(gulp.dest('dist')) + .pipe(gulp.dest('dist')); }); buildTasks.push('build:dist:css'); } diff --git a/tasks/examples.js b/tasks/examples.js index c0439ec..f816087 100644 --- a/tasks/examples.js +++ b/tasks/examples.js @@ -152,7 +152,7 @@ module.exports = function (gulp, config) { var watchLESS = []; if (config.example.less && config.example.less.length > 0) { - config.example.less.forEach(function(fileName) { + config.example.less.forEach(function (fileName) { watchLESS.push(config.example.src + '/' + fileName); }); } diff --git a/tasks/lib.js b/tasks/lib.js index d96d3b9..db4a9c3 100644 --- a/tasks/lib.js +++ b/tasks/lib.js @@ -8,7 +8,7 @@ module.exports = function (gulp, config) { gulp.task('build:lib', function () { return gulp.src([ config.component.src + '/**/*.js', '!**/__tests__/**/*' ]) - .pipe(babel({ plugins: [require('babel-plugin-object-assign')] })) + .pipe(babel({plugins: [require('babel-plugin-object-assign')]})) .pipe(gulp.dest(config.component.lib)); }); From 91f4a106bfcb9121f8f8ad0c95613956417d4d50 Mon Sep 17 00:00:00 2001 From: "whitesource-bolt-for-github[bot]" Date: Fri, 3 May 2019 12:43:38 +0000 Subject: [PATCH 2/2] Initial WhiteSource configuration file --- .whitesource | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000..f340c5d --- /dev/null +++ b/.whitesource @@ -0,0 +1,8 @@ +########################################################## +#### WhiteSource Integration configuration file #### +########################################################## + +# Configuration # +#---------------# +ws.repo.scan=true +vulnerable.check.run.conclusion.level=failure