Skip to content

Commit 2b810b7

Browse files
author
Nicify
committed
Fix "react peer dependencie not installed" and "No repository field" warnings after npm install
1 parent 2a40229 commit 2b810b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"author": "Atul R <atulanand94@gmail.com>",
1111
"private": false,
1212
"license": "MIT",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/nodegui/react-nodegui.git"
16+
},
1317
"scripts": {
1418
"build": "tsc",
1519
"dev": "tsc && qode ./dist/demo.js",
@@ -21,7 +25,7 @@
2125
"peerDependencies": {
2226
"@nodegui/nodegui": "*",
2327
"@nodegui/qode": "*",
24-
"react": "16.9.0"
28+
"react": "^16.9.0"
2529
},
2630
"devDependencies": {
2731
"@nodegui/nodegui": "^0.2.1",

0 commit comments

Comments
 (0)