Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 58ee90f

Browse files
author
Michal Vlasák
committed
🔧 Fix node version info
1 parent 42b370b commit 58ee90f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![Cosmas](https://i.imgur.com/EFe3wOa.png)
66

77
[![Build Status](https://img.shields.io/travis/com/AckeeCZ/cosmas/master.svg?style=flat-square)](https://travis-ci.com/AckeeCZ/cosmas)
8+
[![Node Version](https://img.shields.io/node/v/cosmas)](https://www.npmjs.com/package/cosmas)
89
[![Npm](https://img.shields.io/npm/v/cosmas.svg?style=flat-square)](https://www.npmjs.com/package/cosmas)
910
[![License](https://img.shields.io/github/license/AckeeCZ/cosmas.svg?style=flat-square)](https://github.com/AckeeCZ/cosmas/blob/master/LICENSE)
1011
[![Coverage Status](https://img.shields.io/coveralls/github/AckeeCZ/cosmas.svg?style=flat-square)](https://coveralls.io/github/AckeeCZ/cosmas?branch=master)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "Michal Vlasák <michal.vlasak@ackee.cz>",
2424
"license": "ISC",
2525
"engines": {
26-
"node": "^6.14.3"
26+
"node": ">=6"
2727
},
2828
"repository": {
2929
"type": "git",

0 commit comments

Comments
 (0)