Use dev version of coffee plus our patch for alt+g shortcut

This commit is contained in:
benjamin melançon 2018-11-11 14:00:36 -05:00
parent 0ebb1fc761
commit 9e2cd68270

View file

@ -23,7 +23,7 @@
"drupal/redirect": "^1.2",
"drupal/block_theme_sync": "^1.0@alpha",
"drupal/search404": "^1.0",
"drupal/coffee": "^1.0@beta",
"drupal/coffee": "1.x-dev",
"drupal/twigsuggest": "1.x-dev",
"drupal/ckeditor_markdown": "^1.1",
"drupal/minimalhtml": "^1.0",
@ -74,6 +74,9 @@
"patches": {
"drupal/search404": {
"Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch"
},
"drupal/coffee": {
"Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-12.coffee-hotkeys-plus-g.patch"
}
}
}