🔖 bumping 0.2.0

pull/75/head v0.2.0
Michael Straßburger 2019-10-11 00:51:36 +02:00
rodzic 184ce100d7
commit b76e626d5e
2 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -24,6 +24,14 @@ If you're on Windows, use the open source telnet client [PuTTY](https://www.chia
* Highly optimized algorithms for a smooth experience
* 100% pure JavaScript! :sunglasses:
## How to run it locally
With a modern node installation available, just start it with
```
npx mapscii
```
## How to install it locally
### With npm
@ -56,6 +64,7 @@ mapscii
* Arrows **up**, **down**, **left**, **right** to scroll around
* Press **a** or **z** to zoom in and out
* Press **c** to switch to block character mode
* Press **q** to quit
## Mouse control

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "mapscii",
"version": "0.1.6",
"version": "0.2.0",
"description": "Map+Ascii -> MapSCII! Console Map Viewer.",
"main": "main.js",
"scripts": {