Skip to content

Commit b5f0369

Browse files
committed
Updade peerDependecies
1 parent b5a8e0a commit b5f0369

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ npm-debug.log
1515
stories
1616
tests
1717
scripts
18-
yarn.lock
18+
src
19+
yarn.lock

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-content-loader",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description":
55
"This project is a collection the loader based on styles cards on Facebook, make with SVG and React.",
66
"repository": {
@@ -46,6 +46,7 @@
4646
"chai": "^4.1.2",
4747
"chai-enzyme": "^1.0.0-beta.0",
4848
"enzyme": "^3.2.0",
49+
"enzyme-adapter-react-16": "^1.1.0",
4950
"eslint": "^4.12.0",
5051
"eslint-config-prettier": "^2.4.0",
5152
"eslint-plugin-babel": "^4.1.2",
@@ -64,11 +65,10 @@
6465
"uuid": "^3.0.1"
6566
},
6667
"peerDependencies": {
67-
"react": "~0.14.8 || ^15.0.0",
68-
"react-dom": "~0.14.8 || ^15.0.0"
68+
"react": "^16.1.1",
69+
"react-dom": "^16.1.1"
6970
},
7071
"dependencies": {
71-
"babel-runtime": "^6.6.1",
72-
"enzyme-adapter-react-16": "^1.1.0"
72+
"babel-runtime": "^6.6.1"
7373
}
7474
}

0 commit comments

Comments
 (0)