Closed arajkumar closed 4 years ago
Can one of the admins verify this patch?
[test]
@invincibleJai
I did used my personal npmjs account and forked github repo to test this change, something like below,
diff --git b/package.json a/package.json
index 6ee379b..179cbf2 100644
--- b/package.json
+++ a/package.json
@@ -1,5 +1,5 @@
{
- "name": "fabric8-analytics-lsp-server",
+ "name": "ararunrajkumar-lsp-server-demo",
"description": "LSP Server for Dependency Analytics",
"version": "0.0.0-development",
"author": "Pavel Odvody",
@@ -27,7 +27,7 @@
],
"repository": {
"type": "git",
- "url": "https://github.com/fabric8-analytics/fabric8-analytics-lsp-server.git"
+ "url": "https://github.com/arajkumar/fabric8-analytics-lsp-server.git"
},
"dependencies": {
"request": "^2.79.0",
@arajkumar looks like CI failed for this change, let me retrigger it https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server/88/
[test]
@arajkumar looks like CI failed for this change, let me retrigger it https://ci.centos.org/job/devtools-fabric8-analytics-lsp-server/88/
There is a typo in the script. I will fix it ASAP. Thanks!
[test]
[test]
@invincibleJai Looks like epel-release package is not required for this component, similar like vscode extension. Now the build is passing in CI.
[test]
@arajkumar can we go ahead and merge this PR??