Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Specify react at a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jducro committed Jan 25, 2018
1 parent cd32d82 commit 29b129d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.11 - 2018-01-25

* Specify react at a peer dependency

## v1.2.10 - 2018-01-10

* Fix relative import in _select.scss
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deskpro/react-components",
"version": "1.2.10",
"version": "1.2.11",
"description": "Deskpro React Components",
"main": "lib/Components/index.js",
"homepage": "https://github.com/deskpro/react-components",
Expand Down Expand Up @@ -105,6 +105,9 @@
"react-svg-inline": "^2.0.1",
"react-tagsinput": "^3.19.0"
},
"peerDependencies": {
"react": "^15.6.2"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
Expand Down

0 comments on commit 29b129d

Please sign in to comment.