We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556bf46 commit 8b66d10Copy full SHA for 8b66d10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-promise-loader",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "This is NPM package with a component for React that will help you display the loader at use react-promise-tracker",
5
"main": "./dist/index.js",
6
"scripts": {
@@ -50,7 +50,7 @@
50
"webpack": "^4.41.4",
51
"webpack-cli": "^3.3.10"
52
},
53
- "dependencies": {
+ "peerDependencies": {
54
"prop-types": "^15.7.2",
55
"react": "^16.12.0",
56
"react-dom": "^16.12.0"
0 commit comments