Skip to content

Commit d9c2c48

Browse files
committed
Update gulp update version to deal with new linting style
1 parent fab1eb8 commit d9c2c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ gulp.task('update-version', ['update-version:aeq', 'build:docs'] )
298298

299299
gulp.task('update-version:aeq', function() {
300300
return gulp.src(['lib/main.js'])
301-
.pipe(replace( /^(aeq\.version = ")\d+\.\d+\.\d+(")/m, `$1${pkg.version}$2`))
301+
.pipe(replace( /^(aeq\.version = ')\d+\.\d+\.\d+(')/m, `$1${pkg.version}$2`))
302302
.pipe(gulp.dest('lib/'))
303303
})
304304

0 commit comments

Comments
 (0)