reinstaled drupal core using composer-drupal/drupal-project

This commit is contained in:
2019-04-29 17:50:46 +02:00
parent 1e009f88bf
commit e1f9bb3cd0
5468 changed files with 2488 additions and 395192 deletions
@@ -0,0 +1,21 @@
{
"name": "edlp_d8_theme",
"version": "1.0.0",
"authors": [
"Bachir Soussi Chiadmi <bachir@figureslibres.io>"
],
"license": "MIT",
"homepage": "http://encyclopediedelaparole.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery.hotkeys": "latest",
"masonry-layout": "latest",
"imagesloaded": "latest"
}
}