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. -l --list-dir List Directory.
--opbeat Enable Opbeat. --opbeat Enable Opbeat.
-o --open Open in browser after start. -o --open Open in browser after start.
``` ```
`dir` is where your static files are. `dir` is where your static files are.

View file

@ -1,7 +1,7 @@
{ {
"name": "tstatic", "name": "tstatic",
"version": "1.0.0", "version": "0.0.1",
"description": "Container to host simple static applications using a node server, so files can be deployed using rsync", "description": "The only static-file server you'll ever need!",
"main": "node ./dist/index.js", "main": "node ./dist/index.js",
"bin": { "bin": {
"tstatic": "node ./dist/index.js" "tstatic": "node ./dist/index.js"