From 28e291f970bfefaae92945fbbe3d33065097a590 Mon Sep 17 00:00:00 2001 From: andchir Date: Thu, 10 Jan 2019 16:13:49 +0300 Subject: [PATCH] fix --- .../1.0/config/packages/plugin_import_export.yaml | 0 andchir/import-export-bundle/1.0/manifest.json | 8 -------- 2 files changed, 8 deletions(-) delete mode 100644 andchir/import-export-bundle/1.0/config/packages/plugin_import_export.yaml delete mode 100644 andchir/import-export-bundle/1.0/manifest.json diff --git a/andchir/import-export-bundle/1.0/config/packages/plugin_import_export.yaml b/andchir/import-export-bundle/1.0/config/packages/plugin_import_export.yaml deleted file mode 100644 index e69de29b..00000000 diff --git a/andchir/import-export-bundle/1.0/manifest.json b/andchir/import-export-bundle/1.0/manifest.json deleted file mode 100644 index bcf14a11..00000000 --- a/andchir/import-export-bundle/1.0/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Andchir\\ImportExportBundle\\ImportExportBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -}