Skip to content

Commit

Permalink
Merge 29c46f0 into 458d5a5
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Aug 26, 2020
2 parents 458d5a5 + 29c46f0 commit c647b0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"test": "father test",
"coverage": "father test --coverage && cat ./coverage/lcov.info | coveralls"
},
"exports": {
"./lib/": "./lib/",
"./es/": "./es/"
},
"devDependencies": {
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.2.3",
Expand All @@ -49,5 +53,9 @@
"dependencies": {
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
},
"peerDependencies": {
"react": ">= ^16.2.0",
"react-dom": ">= ^16.2.0"
}
}

0 comments on commit c647b0c

Please sign in to comment.