Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLisenkov committed Nov 11, 2019
1 parent 9e5f71a commit 3b731c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 3b731c2

Please sign in to comment.