From 6c2d1d60e4a036567529be67bf34857cd37d0faa Mon Sep 17 00:00:00 2001 From: Kognise Date: Thu, 1 Oct 2020 13:55:15 -0400 Subject: [PATCH] about-this-directory -> README.md --- dist/README.md | 7 +++++++ dist/about-this-directory | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 dist/README.md delete mode 100644 dist/about-this-directory diff --git a/dist/README.md b/dist/README.md new file mode 100644 index 0000000..1d9b730 --- /dev/null +++ b/dist/README.md @@ -0,0 +1,7 @@ +# About This Directory + +This `dist/` directory is here to maintain backwards compatibility with sites that use the pre-2.0 version of Water.css. + +We used to encourage linking to this directory instead of the version on NPM (since it didn't exist) so this exists to avoid breaking anything. + +If you're still using a version from this directory please see the README to update. If you're a contributor, ignore this - **you're probably looking for `out/`**. \ No newline at end of file diff --git a/dist/about-this-directory b/dist/about-this-directory deleted file mode 100644 index d5d6706..0000000 --- a/dist/about-this-directory +++ /dev/null @@ -1,5 +0,0 @@ -This dist/ directory is here to maintain backwards compatibility with sites that use the pre-2.0 version of Water.css. - -We used to encourage linking to this directory instead of the version on NPM (since it didn't exist) so this exists to avoid breaking anything. - -If you're still using a version from this directory please see the README to update. If you're a contributor, ignore this - you're probably looking for out/. \ No newline at end of file