From 3b731c295423bf09ecff9c30526bf5117ccd5aac Mon Sep 17 00:00:00 2001 From: Alex Lisenkov Date: Mon, 11 Nov 2019 13:29:48 +0100 Subject: [PATCH] Update version --- README.md | 3 ++- package.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d9ccaf4..3c1940b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![Build Status](https://travis-ci.org/createnl/grouped-checkboxes.svg?branch=master)](https://travis-ci.org/createnl/grouped-checkboxes) [![GitHub](https://img.shields.io/github/license/createnl/grouped-checkboxes)](https://github.com/createnl/grouped-checkboxes/blob/master/LICENSE) [![npm](https://img.shields.io/npm/dt/@createnl/grouped-checkboxes)](https://www.npmjs.com/package/@createnl/grouped-checkboxes) -[![React](https://img.shields.io/badge/React-%3E%3D%2016.8.0-brightgreen)](https://github.com/facebook/react) +[![React](https://img.shields.io/badge/React-^16.8.0-brightgreen)](https://github.com/facebook/react) + An easy to use React Component to create a checkbox group with a checkbox to check all checkboxes. ## Installation diff --git a/package.json b/package.json index 83c8726..635a36e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@createnl/grouped-checkboxes", - "version": "0.0.1", + "version": "0.0.2", "description": "Grouped checkboxes with check-all checkboxes", "repository": { "type": "git", @@ -21,8 +21,8 @@ "author": "Alex Lisenkov", "license": "MIT", "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" + "react": "^16.8.0", + "react-dom": "^16.8.0" }, "devDependencies": { "@testing-library/react": "^9.2.0",