Add library for tracking carets in textareas

This commit is contained in:
Tom Byers
2019-03-21 16:51:27 +00:00
parent 5ba2bd66e0
commit d1c028e7d4
2 changed files with 3 additions and 1 deletions

View File

@@ -88,7 +88,8 @@ gulp.task('javascripts', () => gulp
paths.npm + 'jquery/dist/jquery.min.js',
paths.npm + 'query-command-supported/dist/queryCommandSupported.min.js',
paths.npm + 'diff-dom/diffDOM.js',
paths.npm + 'timeago/jquery.timeago.js'
paths.npm + 'timeago/jquery.timeago.js',
paths.npm + 'textarea-caret/index.js'
]))
.pipe(plugins.uglify())
.pipe(plugins.concat('all.js'))

View File

@@ -36,6 +36,7 @@
"hogan": "1.0.2",
"jquery": "1.12.4",
"query-command-supported": "1.0.0",
"textarea-caret": "^3.1.0",
"timeago": "1.6.1"
},
"devDependencies": {