diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d44ba..9e6babf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## [0.0.4] - 17-07-18 +- Minor documentation updates, general tidy up + ## [0.0.3] - 17-07-18 - Public release of the tabs component, includes the `` and `` with initial API. \ No newline at end of file diff --git a/README.md b/README.md index a8135ba..e853a9e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ This component uses the Context API, therefore there is a minimum requirement of ![Desktop vs Mobile example](images/example.jpg) +## Installation + +``` +npm i @cellosignal/react-tabs +``` + ## Usage ```javascript diff --git a/package.json b/package.json index 2d1ec7b..db35dfa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,10 @@ { "name": "@cellosignal/react-tabs", - "version": "0.0.3", + "version": "0.0.4", "description": "Acessible react tabs that collapse into an accordion on mobile", + "publishConfig": { + "registry": "https://registry.npmjs.com/" + }, "main": "index.js", "scripts": { "test": "jest",