From a37f6f375494e2c0a38a04696f4828e692a2b787 Mon Sep 17 00:00:00 2001 From: jhoneill Date: Sun, 1 Dec 2019 18:46:45 +0000 Subject: [PATCH] Relocate files (hopefully final!) --- Public/ArgumentCompletion.ps1 => ArgumentCompletion.ps1 | 0 ImportExcel.psd1 | 6 ++---- Public/Install.ps1 => Install.ps1 | 0 Public/InstallModule.ps1 => InstallModule.ps1 | 0 Public/PublishToGallery.ps1 => PublishToGallery.ps1 | 0 5 files changed, 2 insertions(+), 4 deletions(-) rename Public/ArgumentCompletion.ps1 => ArgumentCompletion.ps1 (100%) rename Public/Install.ps1 => Install.ps1 (100%) rename Public/InstallModule.ps1 => InstallModule.ps1 (100%) rename Public/PublishToGallery.ps1 => PublishToGallery.ps1 (100%) diff --git a/Public/ArgumentCompletion.ps1 b/ArgumentCompletion.ps1 similarity index 100% rename from Public/ArgumentCompletion.ps1 rename to ArgumentCompletion.ps1 diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 6914d70..c553e85 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -159,10 +159,8 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5 '.\InferData\InferData.ps1', '.\Pivot\Pivot.ps1', '.\spikes\ConvertFrom-ExcelColumnName.ps1', - '.\Testimonials\t1.png', - '.\images\*.gif', - '.\images\*.png', - '.\Examples\*.*' + '.\Examples', '.\images', '.\Testimonials' ,'.\Public' , ".\Private" + ) # Private data to pass to the module specified in RootModule/ModuleToProcess diff --git a/Public/Install.ps1 b/Install.ps1 similarity index 100% rename from Public/Install.ps1 rename to Install.ps1 diff --git a/Public/InstallModule.ps1 b/InstallModule.ps1 similarity index 100% rename from Public/InstallModule.ps1 rename to InstallModule.ps1 diff --git a/Public/PublishToGallery.ps1 b/PublishToGallery.ps1 similarity index 100% rename from Public/PublishToGallery.ps1 rename to PublishToGallery.ps1