Skip to content

Commit 36516bc

Browse files
committed
changed the version in package.json and removed the tests folder
1 parent 4e4e0a9 commit 36516bc

File tree

7 files changed

+6
-78
lines changed

7 files changed

+6
-78
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
node_modules/
44
package-lock.json
55
database/*
6+
tests/
67
*.swp

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
> Use any of the below options to get gitconvex for your system
1515
16-
[![gitconvex npm package](https://badgen.net/badge/gitconvex/v1.1.1/green?icon=npm)](https://www.npmjs.com/package/@itassistors/gitconvex)
17-
[![github release](https://badgen.net/badge/gitconvex/v1.1.1/blue?icon=github)](https://github.com/neel1996/gitconvex-package/releases)
18-
[![docker image](https://badgen.net/badge/gitconvex/v1.1.1/cyan?icon=docker)](https://hub.docker.com/repository/docker/itassistors/gitconvex)
16+
[![gitconvex npm package](https://badgen.net/badge/gitconvex/v1.1.2/green?icon=npm)](https://www.npmjs.com/package/@itassistors/gitconvex)
17+
[![github release](https://badgen.net/badge/gitconvex/v1.1.2/blue?icon=github)](https://github.com/neel1996/gitconvex-package/releases)
18+
[![docker image](https://badgen.net/badge/gitconvex/v1.1.2/cyan?icon=docker)](https://hub.docker.com/repository/docker/itassistors/gitconvex)
1919
[![License](https://badgen.net/github/license/neel1996/gitconvex-package)](LICENSE)
2020

2121
- **Option - 1** Cloning repo from **github**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@itassistors/gitconvex",
3-
"version": "1.0.15",
4-
"description": "Git web UI client",
3+
"version": "1.1.2",
4+
"description": "Git web UI client for MacOS, Linux and Windows for managing git repos on the go",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"
77
},

tests/addRepoApi.test.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/deleteRepoApi.test.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/fetchRepoApi.test.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/healthCheckApi.test.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)