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 0c42c64 commit c940803Copy full SHA for c940803
package.json
@@ -1,13 +1,16 @@
1
{
2
- "name": "@extendrealityltd/devops",
+ "name": "io.extendreality.devops",
3
"displayName": "DevOps",
4
"description": "A collection of templates to simplify the continuous integration and deployment of projects by https://github.com/ExtendRealityLtd.",
5
"version": "3.11.3",
6
"homepage": "https://github.com/ExtendRealityLtd/DevOps/",
7
"bugs": {
8
"url": "https://github.com/ExtendRealityLtd/DevOps/issues"
9
},
10
- "repository": "github:ExtendRealityLtd/DevOps",
+ "repository": {
11
+ "type": "git",
12
+ "url": "ssh://[email protected]/ExtendRealityLtd/DevOps.git"
13
+ },
14
"license": "MIT",
15
"author": {
16
"name": "Extend Reality Ltd",
@@ -18,4 +21,4 @@
18
21
"*.md",
19
22
"templates"
20
23
]
-}
24
+}
0 commit comments