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