Update descriptions
This commit is contained in:
parent
eed5dadc01
commit
da3686b026
2 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,6 @@ The only static-file server you'll ever need!
|
|||
-l --list-dir List Directory.
|
||||
--opbeat Enable Opbeat.
|
||||
-o --open Open in browser after start.
|
||||
|
||||
```
|
||||
`dir` is where your static files are.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tstatic",
|
||||
"version": "1.0.0",
|
||||
"description": "Container to host simple static applications using a node server, so files can be deployed using rsync",
|
||||
"version": "0.0.1",
|
||||
"description": "The only static-file server you'll ever need!",
|
||||
"main": "node ./dist/index.js",
|
||||
"bin": {
|
||||
"tstatic": "node ./dist/index.js"
|
||||
|
|
Reference in a new issue