Skip to content

Commit 4e24bb4

Browse files
author
unknown
committed
0.6.7
1 parent ebf2e22 commit 4e24bb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ gulp.task('js:min', ['clean:js:min'], function () {
6565
.pipe(insert.prepend(version))
6666
.pipe(rename(function (path) {
6767
if (path.basename === 'global') {
68-
path.basename = 'perfect-scrollbar';
68+
path.basename = 'perfect-scrollbar.min';
6969
} else {
70-
path.basename = 'perfect-scrollbar.' + path.basename;
70+
path.basename = 'perfect-scrollbar.' + path.basename + '.min';
7171
}
7272
}))
7373
.pipe(gulp.dest('./dist/js/min'))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perfect-scrollbar",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "Minimalistic but perfect custom scrollbar plugin",
55
"author": "Hyunje Alex Jun <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)