Skip to content

Commit

Permalink
added jsdoc information
Browse files Browse the repository at this point in the history
  • Loading branch information
Defkil committed Jul 29, 2020
1 parent 94ef01f commit e9b97b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"plugins": ["plugins/markdown"],
"opts": {
"destination": "./docs/",
"template": "./config/jsdoc-template/",
"readme": "./README.md"
"destination": "./docs/"
},
"templates": {
"systemName": "SimpleTcpProxy"
"systemName": "SimpleTcpProxy",
"systemSummary": "simple tcp proxy",
"copyright": "ISC © Oliver Grüttner"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-tcp-proxy",
"version": "2.0.1",
"version": "2.0.2",
"description": "Simple TCP Proxy",
"main": "dist/SimpleTcpProxy.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"lint:check": "eslint ./src/**.js ./test/**.test.js -c .eslintrc",
"lint:fix": "npm run lint:check -- --fix",
"lint:watch": "esw ./src/**.js -c .eslintrc",
"jsdoc": "jsdoc -c ./jsdoc.json -t ./node_modules/foodoc/template -R README.md -r ./src/"
"jsdoc": "jsdoc -c jsdoc.json -t ./node_modules/foodoc/template -R README.md -r ./src/"
},
"files": [
"README.md",
Expand Down

0 comments on commit e9b97b4

Please sign in to comment.