Skip to content

Commit

Permalink
bump 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYong committed Mar 25, 2019
1 parent 800c2ab commit 5be15bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Termina

> A simplified terminal to use servers.
![](https://img.shields.io/npm/v/termina.svg?label=termina%20on%20npm&style=flat-square)

```bash
npm i -g termina
```
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "termina",
"version": "0.1.2",
"version": "0.1.3",
"description": "Start process from a Webpage",
"bin": {
"termina": "dist/server.js"
Expand All @@ -15,6 +15,7 @@
"serve": "http-server dist -s",
"pkg": "rm -rf dist/* && yarn shadow-cljs release server",
"ln": "cd target && rm -f entry && ln -s ../entry",
"prepublish": "yarn pkg",
"prod": "yarn install --production"
},
"repository": {
Expand Down

0 comments on commit 5be15bd

Please sign in to comment.