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 adaf5f5 commit 62d1a7fCopy full SHA for 62d1a7f
package.json
@@ -2,8 +2,11 @@
2
"name": "torrust-index-types-lib",
3
"version": "3.0.0-alpha.1",
4
"description": "Contains common types for the Torrust project.",
5
- "repository": "https://github.com/torrust/torrust-index-types-lib",
6
- "license" : "SEE LICENSE IN COPYRIGHT",
+ "repository": {
+ "type": "git",
7
+ "url": "git+https://github.com/torrust/torrust-index-types-lib.git"
8
+ },
9
+ "license": "SEE LICENSE IN COPYRIGHT",
10
"main": "lib/index.js",
11
"types": "lib/index.d.ts",
12
"scripts": {
0 commit comments