Skip to content

Commit 85dc0d4

Browse files
committed
Bump min (desired) node version to 4
1 parent 3d6936b commit 85dc0d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[![Coverage Status](https://img.shields.io/coveralls/diversario/node-ssdp.svg)](https://coveralls.io/r/diversario/node-ssdp?branch=master)
33
[![Dependency Status](https://gemnasium.com/diversario/node-ssdp.png)](https://gemnasium.com/diversario/node-ssdp)
44
[![NPM version](https://badge.fury.io/js/node-ssdp.svg)](http://badge.fury.io/js/node-ssdp)
5-
[![Stories in Ready](https://badge.waffle.io/diversario/node-ssdp.png?label=ready&title=Ready)](https://waffle.io/diversario/node-ssdp)
65

76
## Installation
87

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"main": "./index",
3030
"engines": {
31-
"node": ">=0.10.0"
31+
"node": ">=4.0.0"
3232
},
3333
"devDependencies": {
3434
"chai": "^4.1.2",

0 commit comments

Comments
 (0)