We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3e7f5 commit 16b8c5fCopy full SHA for 16b8c5f
1 file changed
package.json
@@ -10,7 +10,11 @@
10
"keywords": [
11
"docker",
12
"guard",
13
- "git-stunts"
+ "git-stunts",
14
+ "git",
15
+ "safety",
16
+ "testing",
17
+ "dev-tools"
18
],
19
"author": "James Ross <james@flyingrobots.dev>",
20
"license": "Apache-2.0",
@@ -19,5 +23,13 @@
23
},
24
"files": [
21
25
"src"
22
- ]
26
+ ],
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/git-stunts/docker-guard.git"
30
+ },
31
+ "homepage": "https://github.com/git-stunts/docker-guard#readme",
32
+ "bugs": {
33
+ "url": "https://github.com/git-stunts/docker-guard/issues"
34
+ }
35
}
0 commit comments