Skip to content

Commit

Permalink
Updade peerDependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Dec 3, 2017
1 parent b5a8e0a commit b5f0369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ npm-debug.log
stories
tests
scripts
yarn.lock
src
yarn.lock
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-content-loader",
"version": "1.6.0",
"version": "1.6.1",
"description":
"This project is a collection the loader based on styles cards on Facebook, make with SVG and React.",
"repository": {
Expand Down Expand Up @@ -46,6 +46,7 @@
"chai": "^4.1.2",
"chai-enzyme": "^1.0.0-beta.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"eslint": "^4.12.0",
"eslint-config-prettier": "^2.4.0",
"eslint-plugin-babel": "^4.1.2",
Expand All @@ -64,11 +65,10 @@
"uuid": "^3.0.1"
},
"peerDependencies": {
"react": "~0.14.8 || ^15.0.0",
"react-dom": "~0.14.8 || ^15.0.0"
"react": "^16.1.1",
"react-dom": "^16.1.1"
},
"dependencies": {
"babel-runtime": "^6.6.1",
"enzyme-adapter-react-16": "^1.1.0"
"babel-runtime": "^6.6.1"
}
}

0 comments on commit b5f0369

Please sign in to comment.