-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
- Loading branch information
1 parent
09621cf
commit 79151d2
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "idea-status", | ||
"version": "1.0.0", | ||
"description": "The app helps the user to connect a local JB Client to the in-cluster IDEA dev server over JB Gateway", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"license": "EPL-2.0", | ||
"dependencies": { | ||
"chokidar": "^4.0.1", | ||
"ejs": "^3.1.10", | ||
"express": "^4.19.2" | ||
} | ||
"name": "idea-status", | ||
"version": "7.93.0", | ||
"description": "The app helps the user to connect a local JB Client to the in-cluster IDEA dev server over JB Gateway", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"license": "EPL-2.0", | ||
"dependencies": { | ||
"chokidar": "^4.0.1", | ||
"ejs": "^3.1.10", | ||
"express": "^4.19.2" | ||
} | ||
} |