Skip to content

Commit aff0ffa

Browse files
committed
Uses latest handlebars lib.
1 parent efa4b1a commit aff0ffa

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
@@ -183,7 +183,7 @@ gulp.task('chrome:js:options', function() {
183183
gulp.task('chrome:js:popup', function() {
184184
return js(SRC, [
185185
LIBS + 'jquery-3.3.1.js',
186-
LIBS + 'handlebars-v3.0.3.js',
186+
LIBS + 'handlebars-v4.0.11.js',
187187
SRC + CHROME_JS + 'preloader.js',
188188
SRC + CHROME_JS + 'notify.js',
189189
SRC + CHROME_JS + 'social.js',

0 commit comments

Comments
 (0)