Skip to content

Commit 8e3b0a7

Browse files
authored
Merge pull request #44 from Nicify/master
Minor fix
2 parents 2a40229 + 2b810b7 commit 8e3b0a7

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)