Skip to content

Commit 8b66d10

Browse files
author
Andrei Arkhipov
committed
#12: peerDependencies for react
1 parent 556bf46 commit 8b66d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-promise-loader",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "This is NPM package with a component for React that will help you display the loader at use react-promise-tracker",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -50,7 +50,7 @@
5050
"webpack": "^4.41.4",
5151
"webpack-cli": "^3.3.10"
5252
},
53-
"dependencies": {
53+
"peerDependencies": {
5454
"prop-types": "^15.7.2",
5555
"react": "^16.12.0",
5656
"react-dom": "^16.12.0"

0 commit comments

Comments
 (0)