From f6240d3ed98fc2aa9061c8b1d7bbc3aa8436914d Mon Sep 17 00:00:00 2001 From: Iristyle Date: Fri, 15 Mar 2013 09:14:37 -0400 Subject: [PATCH] EthanBrown.SublimeText2.EditorPackages to 0.0.3 - Don't trash RelatedFiles.sublime-settings on disk - Awaiting implementation of a per-project set of related files https://github.com/fabiokr/sublime-related-files/issues/6 --- .../EthanBrown.SublimeText2.EditorPackages.nuspec | 2 +- .../tools/RelatedFiles.sublime-settings | 3 --- .../tools/chocolateyInstall.ps1 | 3 +-- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 EthanBrown.SublimeText2.EditorPackages/tools/RelatedFiles.sublime-settings diff --git a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec index fe58871..0dcd313 100644 --- a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec +++ b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec @@ -3,7 +3,7 @@ EthanBrown.SublimeText2.EditorPackages Sublime Text 2 - Editor Enhancing Packages - 0.0.2 + 0.0.3 Various Ethan Brown A number of packages helpful for increased editor productivity. diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/RelatedFiles.sublime-settings b/EthanBrown.SublimeText2.EditorPackages/tools/RelatedFiles.sublime-settings deleted file mode 100644 index 5ccf10f..0000000 --- a/EthanBrown.SublimeText2.EditorPackages/tools/RelatedFiles.sublime-settings +++ /dev/null @@ -1,3 +0,0 @@ -{ - -} diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 index f7ba06a..2603c7f 100644 --- a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 +++ b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 @@ -16,8 +16,7 @@ try { #straight file copies 'BracketHighlighter.sublime-settings', - 'MarkdownPreview.sublime-settings', - 'RelatedFiles.sublime-settings' | + 'MarkdownPreview.sublime-settings' | % { $params = @{ Path = Join-Path $current $_;