Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / history / history.libraries.yml
1 api:
2   version: VERSION
3   js:
4     js/history.js: {}
5   dependencies:
6     - core/jquery
7     - core/drupalSettings
8     - core/drupal
9     - core/drupal.ajax
10
11 mark-as-read:
12   version: VERSION
13   js:
14     js/mark-as-read.js: {}
15   dependencies:
16     - history/api