Skip to content

Commit

Permalink
ci: bump 7.93.0-next in main (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
Co-authored-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
che-incubator-bot and mkuznyetsov authored Oct 10, 2024
1 parent 9793d4c commit 47d0e4d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions status-app/package.json
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-next",
"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"
}
}

0 comments on commit 47d0e4d

Please sign in to comment.