Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit b54f631

Browse files
committed
Add more readme details and additional metadata
1 parent 45a81de commit b54f631

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Java deployment template for exoframe
22

33
Java deployment template for [Exoframe](https://github.com/exoframejs/exoframe).
4+
5+
## Notes
6+
7+
The template assumes your app is deployed via `app.jar` file and listens on port 80.

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
22
"name": "exoframe-template-java",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Java deployment template for exoframe",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [],
1010
"author": "Tim Ermilov <yamalight@gmail.com> (http://codezen.net)",
11-
"license": "MIT"
11+
"license": "MIT",
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/exoframejs/exoframe-template-java.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/exoframejs/exoframe-template-java/issues"
18+
},
19+
"homepage": "https://github.com/exoframejs/exoframe-template-java#readme"
1220
}

0 commit comments

Comments
 (0)