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 dde3d72 commit 1fee6a3Copy full SHA for 1fee6a3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shivam-sharma/codeguardian",
3
- "version": "1.1.0",
+ "version": "1.1.2",
4
"description": "CLI to scan repos for sensitive secrets before pushing",
5
"main": "src/index.js",
6
"type": "module",
@@ -25,7 +25,7 @@
25
"author": "Shivam Sharma <[email protected]>",
26
"repository": {
27
"type": "git",
28
- "url": "https://github.com/shivarm/code-guardian.git"
+ "url": "git+https://github.com/shivarm/code-guardian.git"
29
},
30
"bugs": {
31
"url": "https://github.com/shivarm/code-guardian/issues"
0 commit comments