mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 03:14:58 -04:00
Add library for tracking carets in textareas
This commit is contained in:
@@ -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'))
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user