Skip to content

Commit 975b86f

Browse files
author
Gerard Moreno-Torres Bertran
committed
change peer dependencies
1 parent 260decc commit 975b86f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"version": "0.1.0",
44
"main": "./dist/index.js",
55
"dependencies": {
6-
"react": "^16.10.2",
76
"react-reconciler": "^0.22.2"
87
},
8+
"peerDependencies": {
9+
"react": "^16.10.2"
10+
},
911
"scripts": {
1012
"build": "./node_modules/parcel-bundler/bin/cli.js build ./src/index.js"
1113
},

0 commit comments

Comments
 (0)