We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0f5ff commit 3f4d7b2Copy full SHA for 3f4d7b2
package.json
@@ -2,7 +2,10 @@
2
"name": "torrust-index-api-lib",
3
"version": "3.0.0-alpha.1",
4
"description": "Contains API functions for the Torrust project.",
5
- "repository": "https://github.com/torrust/torrust-index-api-lib",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/torrust/torrust-index-api-lib.git"
8
+ },
9
"license": "SEE LICENSE IN COPYRIGHT",
10
"main": "lib/index.js",
11
"types": "lib/index.d.ts",
0 commit comments