Skip to content

Commit 5915de7

Browse files
committed
Added installation splash image
Fixes #172
1 parent 6065902 commit 5915de7

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

installsplash.png

93.9 KB
Loading

package.json

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"bin": {
3-
"osgifx": "jdeploy-bundle/jdeploy.js"
4-
},
2+
"bin": {"osgifx": "jdeploy-bundle/jdeploy.js"},
53
"author": "Amit Kumar Mondal",
64
"description": "An easy-to-use application to manage OSGi frameworks remotely",
75
"main": "index.js",
@@ -32,11 +30,7 @@
3230
},
3331
"license": "Apache License, Version 2.0",
3432
"name": "osgifx",
35-
"files": [
36-
"jdeploy-bundle"
37-
],
38-
"scripts": {
39-
"test": "echo \"Error: no test specified\" && exit 1"
40-
},
33+
"files": ["jdeploy-bundle"],
34+
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},
4135
"homepage": "https://osgifx.com"
42-
}
36+
}

0 commit comments

Comments
 (0)