Skip to content

Commit 9a38e30

Browse files
committed
doesn't work on node 5
1 parent c744d9d commit 9a38e30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- 5.0
54
- 6.0
65
- 7.0
76

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.3.2",
44
"description": "Redux distributed dispatcher",
55
"main": "lib/index.js",
6+
"engines": {
7+
"node": ">=6.0"
8+
},
69
"files": [
710
"dist",
811
"lib",

0 commit comments

Comments
 (0)