diff --git a/gulpfile.js b/gulpfile.js index da9904b..a487efd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -65,9 +65,9 @@ gulp.task('js:min', ['clean:js:min'], function () { .pipe(insert.prepend(version)) .pipe(rename(function (path) { if (path.basename === 'global') { - path.basename = 'perfect-scrollbar'; + path.basename = 'perfect-scrollbar.min'; } else { - path.basename = 'perfect-scrollbar.' + path.basename; + path.basename = 'perfect-scrollbar.' + path.basename + '.min'; } })) .pipe(gulp.dest('./dist/js/min')) diff --git a/package.json b/package.json index ec92cc8..4902013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perfect-scrollbar", - "version": "0.6.6", + "version": "0.6.7", "description": "Minimalistic but perfect custom scrollbar plugin", "author": "Hyunje Alex Jun ", "contributors": [