File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @itassistors/gitconvex" ,
3
- "version" : " 1.0.10 " ,
3
+ "version" : " 1.0.11 " ,
4
4
"description" : " Git web UI client" ,
5
5
"publishConfig" : {
6
6
"registry" : " https://registry.npmjs.org/"
7
7
},
8
8
"main" : " server.js" ,
9
- "bin" : " server.js" ,
9
+ "bin" : {
10
+ "gitconvex" : " server.js"
11
+ },
10
12
"scripts" : {
11
13
"start" : " node server.js" ,
12
14
"dev" : " nodemon server.js"
23
25
" git-web-client"
24
26
],
25
27
"author" : " neel1996" ,
26
- "license" : " Apache License 2.0" ,
28
+ "license" : " Apache- 2.0" ,
27
29
"bugs" : {
28
30
"url" : " https://github.com/neel1996/gitconvex-package/issues"
29
31
},
37
39
"express" : " ^4.17.1" ,
38
40
"express-graphql" : " ^0.9.0" ,
39
41
"graphiql" : " ^0.17.5" ,
40
- "graphql" : " ^14.6.0"
42
+ "graphql" : " ^14.6.0" ,
43
+ "prop-types" : " ^15.7.2" ,
44
+ "react" : " ^16.13.1" ,
45
+ "react-dom" : " ^16.13.1"
41
46
}
42
47
}
You can’t perform that action at this time.
0 commit comments