diff --git a/.gitattributes b/.gitattributes index 50942aa..b735aa5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,5 @@ docs/* linguist-vendored /.gitignore export-ignore /README.md export-ignore /jsdoc.config.json export-ignore -/jsdoc.config.json export-ignore /webpack.config.js export-ignore /webpack export-ignore \ No newline at end of file diff --git a/README.md b/README.md index f0a47e6..5827c2f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ CardKit 2 has three main parts: Additionally, a base class allows you to create your own renderers. See more in the [Custom Renderers](#custom-renderers) section. +**For version 1, see the [`v1-master`](https://github.com/times/cardkit/tree/v1-master) branch** + ## Installation `$ npm install cardkit --save`