-
-
Save bangpound/abdf894ef9c26887a3dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit dadaf7a8aded9f67b5b44d6a6e998901baea96af | |
Author: Benjamin Doherty <[email protected]> | |
Date: Thu Jan 7 10:50:56 2016 -0600 | |
preserve higher in tree. | |
diff --git a/composer.json b/composer.json | |
index 332ab30..5dd2378 100644 | |
--- a/composer.json | |
+++ b/composer.json | |
@@ -121,12 +121,7 @@ | |
}, | |
"preserve-paths": [ | |
"docroot/.gitignore", | |
- "docroot/sites/all/modules/", | |
- "docroot/sites/all/themes/", | |
- "docroot/sites/all/config/", | |
- "docroot/sites/all/libraries", | |
- "docroot/sites/all/drush", | |
- "docroot/sites/default", | |
+ "docroot/sites", | |
"docroot/WebDMS" | |
], | |
"patches": { | |
diff --git a/composer.lock b/composer.lock | |
index 8e3476e..4186764 100644 | |
--- a/composer.lock | |
+++ b/composer.lock | |
@@ -4,8 +4,8 @@ | |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
"This file is @generated automatically" | |
], | |
- "hash": "63387c72863ea668cafa91959a728a81", | |
- "content-hash": "b20f781eed64ff8951f2de24260b54be", | |
+ "hash": "f1f1fe496f62f4b64acd02630308bb7f", | |
+ "content-hash": "e669d3d09ed73ebc0e41ab72b8261b59", | |
"packages": [ | |
{ | |
"name": "composer/installers", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment