File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ npm-debug.log
1515stories
1616tests
1717scripts
18- yarn.lock
18+ src
19+ yarn.lock
Original file line number Diff line number Diff line change 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" : {
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" ,
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}
You can’t perform that action at this time.
0 commit comments