We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609f399 commit 136a267Copy full SHA for 136a267
1 file changed
package.json
@@ -13,6 +13,7 @@
13
"test": "jest"
14
},
15
"keywords": [
16
+ "commission",
17
"commissions",
18
"tracking",
19
"management"
@@ -34,10 +35,11 @@
34
35
36
"repository": {
37
"type": "git",
- "url": "https://github.com/dangoweb/commtrackr.git"
38
+ "url": "https://github.com/DangoWeb/CommTrackr.git"
39
40
"publishConfig": {
41
"access": "public",
42
"tag": "latest"
- }
43
+ },
44
+ "homepage": "https://commtrackr.dangoweb.com"
45
}
0 commit comments