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 dfdd042 commit f9b790aCopy full SHA for f9b790a
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "@itassistors/gitconvex",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"description": "Git web UI client",
5
- "publishConfig": {
6
- "registry": "https://registry.npmjs.org/"
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org/"
7
},
8
"main": "server.js",
9
- "bin":"server.js",
+ "bin": "server.js",
10
"scripts": {
11
"start": "node server.js",
12
"dev": "nodemon server.js"
0 commit comments