Skip to content

Commit c940803

Browse files
author
Christopher - Marcel Böddecker
committed
fix(ci): use package name that is usable by UPM
1 parent 0c42c64 commit c940803

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
2-
"name": "@extendrealityltd/devops",
2+
"name": "io.extendreality.devops",
33
"displayName": "DevOps",
44
"description": "A collection of templates to simplify the continuous integration and deployment of projects by https://github.com/ExtendRealityLtd.",
55
"version": "3.11.3",
66
"homepage": "https://github.com/ExtendRealityLtd/DevOps/",
77
"bugs": {
88
"url": "https://github.com/ExtendRealityLtd/DevOps/issues"
99
},
10-
"repository": "github:ExtendRealityLtd/DevOps",
10+
"repository": {
11+
"type": "git",
12+
"url": "ssh://[email protected]/ExtendRealityLtd/DevOps.git"
13+
},
1114
"license": "MIT",
1215
"author": {
1316
"name": "Extend Reality Ltd",
@@ -18,4 +21,4 @@
1821
"*.md",
1922
"templates"
2023
]
21-
}
24+
}

0 commit comments

Comments
 (0)