⬆️ adding dependency check for node >=4.5

pull/7/head
Michael Straßburger 2017-04-26 18:22:07 +02:00
rodzic 3706ec75b6
commit 345d1d51c7
3 zmienionych plików z 13 dodań i 2 usunięć

8
.npmignore 100644
Wyświetl plik

@ -0,0 +1,8 @@
node_modules
bundle*
*.log
tmp
mbtiles
tiles
.DS_Store
docs

Wyświetl plik

@ -18,7 +18,7 @@ A node.js based [Vector Tile](http://wiki.openstreetmap.org/wiki/Vector_tiles) t
## How to install
If you haven't already got Node.js >= version 4, then [go get it](http://nodejs.org/).
If you haven't already got Node.js >= version 4.5, then [go get it](http://nodejs.org/).
```
npm install -g mapscii

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "mapscii",
"version": "0.1.0",
"version": "0.1.2",
"description": "Terminal Map Viewer",
"main": "main.js",
"scripts": {
@ -14,6 +14,9 @@
"bin": {
"mapscii": "./bin/mapscii.sh"
},
"engines" : {
"node" : ">=4.5.0"
},
"keywords": [
"map",
"console",