From 178983b69a47d0ef675b267c7bd3ae22d20572de Mon Sep 17 00:00:00 2001 From: Benjamin Kniffler Date: Wed, 14 Sep 2016 02:01:17 +0200 Subject: [PATCH] Update gitignore, npmignore, readme --- .gitignore | 1 + .npmignore | 2 +- Readme.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 12d7ca6fe..cad6bef59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.sketch dist +lib examples/build.dev.js examples/build.prod.js node_modules diff --git a/.npmignore b/.npmignore index c903f5017..e507adc88 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,5 @@ docs examples -lib +src test tmp diff --git a/Readme.md b/Readme.md index 565e5a6b8..0f48da497 100644 --- a/Readme.md +++ b/Readme.md @@ -112,7 +112,7 @@ If you're using Slate for the first time, check out the [Getting Started](http:/ - [**Reference**](http://docs.slatejs.org/reference/components/editor.html) - [**FAQ**](http://docs.slatejs.org/concepts/faq.html) -If even that's not enough, you can always [read the source itself](./lib), which is explained along with a handful of readme's. +If even that's not enough, you can always [read the source itself](./src), which is explained along with a handful of readme's.