From 5826422bcade8941a45029716f21c12f43f54801 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 4 Jan 2019 12:03:48 -0500 Subject: [PATCH] Rename screenshots to images --- .npmignore | 6 +++--- {screenshots => images}/example1.png | Bin {screenshots => images}/orbit-db-demo1.gif | Bin {screenshots => images}/orbit-db-demo3.gif | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename {screenshots => images}/example1.png (100%) rename {screenshots => images}/orbit-db-demo1.gif (100%) rename {screenshots => images}/orbit-db-demo3.gif (100%) diff --git a/.npmignore b/.npmignore index 1cb7b36..74205cb 100644 --- a/.npmignore +++ b/.npmignore @@ -5,7 +5,7 @@ orbitdb/ node_modules/ # Don't distribute examples with the module -# See examples at https://github.com/orbitdb/orbit-db +# See examples at https://github.com/orbitdb/orbit-db examples/ # Don't distribute source maps @@ -15,5 +15,5 @@ dist/*.map dist/orbitdb.js # Don't distribute screenshot -# See examples at https://github.com/orbitdb/orbit-db -screenshots/ +# See examples at https://github.com/orbitdb/orbit-db +images/ diff --git a/screenshots/example1.png b/images/example1.png similarity index 100% rename from screenshots/example1.png rename to images/example1.png diff --git a/screenshots/orbit-db-demo1.gif b/images/orbit-db-demo1.gif similarity index 100% rename from screenshots/orbit-db-demo1.gif rename to images/orbit-db-demo1.gif diff --git a/screenshots/orbit-db-demo3.gif b/images/orbit-db-demo3.gif similarity index 100% rename from screenshots/orbit-db-demo3.gif rename to images/orbit-db-demo3.gif