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.