Prepare release
This commit is contained in:
parent
a48c9421cb
commit
2be5094a50
2 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,9 @@
|
||||||
# tstatic [![CircleCI](https://circleci.com/gh/RealOrangeOne/tstatic/tree/master.svg?style=svg)](https://circleci.com/gh/RealOrangeOne/tstatic/tree/master)
|
# tstatic
|
||||||
|
|
||||||
|
[![CircleCI](https://img.shields.io/circleci/project/github/RealOrangeOne/tstatic.svg?style=flat-square)](https://circleci.com/gh/RealOrangeOne/tstatic/)
|
||||||
|
[![npm](https://img.shields.io/npm/dm/tstatic.svg?style=flat-square)](https://www.npmjs.com/package/tstatic)
|
||||||
|
[![npm](https://img.shields.io/npm/v/tstatic.svg?style=flat-square)](https://www.npmjs.com/package/tstatic)
|
||||||
|
|
||||||
The only static-file server you'll ever need!
|
The only static-file server you'll ever need!
|
||||||
|
|
||||||
### Features:
|
### Features:
|
||||||
|
@ -52,4 +57,3 @@ Enable opbeat error reporting. `--opbeat` only enables this, configuration is do
|
||||||
|
|
||||||
##### `open`
|
##### `open`
|
||||||
Open the server in the browser one started. It will open in your default browser, and use url `http://0.0.0.0:<port>`.
|
Open the server in the browser one started. It will open in your default browser, and use url `http://0.0.0.0:<port>`.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tstatic",
|
"name": "tstatic",
|
||||||
"version": "0.0.3",
|
"version": "1.0.0",
|
||||||
"description": "The only static-file server you'll ever need!",
|
"description": "The only static-file server you'll ever need!",
|
||||||
"main": "./dist/server.js",
|
"main": "./dist/server.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Reference in a new issue