Skip to content

Commit a9d2736

Browse files
committed
Added missed internal dependencies to package.json
1 parent 1520261 commit a9d2736

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@itassistors/gitconvex",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Git web UI client",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"
77
},
88
"main": "server.js",
9-
"bin": "server.js",
9+
"bin": {
10+
"gitconvex": "server.js"
11+
},
1012
"scripts": {
1113
"start": "node server.js",
1214
"dev": "nodemon server.js"
@@ -23,7 +25,7 @@
2325
"git-web-client"
2426
],
2527
"author": "neel1996",
26-
"license": "Apache License 2.0",
28+
"license": "Apache-2.0",
2729
"bugs": {
2830
"url": "https://github.com/neel1996/gitconvex-package/issues"
2931
},
@@ -37,6 +39,9 @@
3739
"express": "^4.17.1",
3840
"express-graphql": "^0.9.0",
3941
"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"
4146
}
4247
}

0 commit comments

Comments
 (0)