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 2a40229 commit 2b810b7Copy full SHA for 2b810b7
package.json
@@ -10,6 +10,10 @@
10
"author": "Atul R <atulanand94@gmail.com>",
11
"private": false,
12
"license": "MIT",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/nodegui/react-nodegui.git"
16
+ },
17
"scripts": {
18
"build": "tsc",
19
"dev": "tsc && qode ./dist/demo.js",
@@ -21,7 +25,7 @@
21
25
"peerDependencies": {
22
26
"@nodegui/nodegui": "*",
23
27
"@nodegui/qode": "*",
24
- "react": "16.9.0"
28
+ "react": "^16.9.0"
29
},
30
"devDependencies": {
31
"@nodegui/nodegui": "^0.2.1",
0 commit comments