diff --git a/gulpfile.js b/gulpfile.js index fbea81e..2a5f290 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -28,7 +28,7 @@ gulp.task('prepare-release', ['bower'], function() { .pipe(tar('emoji-plugin-' + version + '.tar')) .pipe(gzip()) ) - .pipe(chmod(0644)) + .pipe(chmod(644)) .pipe(gulp.dest('release')); });