archive
/
tstatic
Archived
1
Fork 0

Update descriptions

This commit is contained in:
Jake Howard 2017-02-20 08:34:33 +00:00
parent eed5dadc01
commit da3686b026
2 changed files with 2 additions and 3 deletions

View File

@ -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.

View File

@ -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"