Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Commit ca7941c

Browse files
Make the package only support node >= 6 for now.
1 parent d422192 commit ca7941c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
53
- "6"
64
- "7"
75

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"repository": "https://github.com/scrnhq/react-snapshot-server",
77
"author": "Robert van Steen",
88
"license": "MIT",
9+
"engines": {
10+
"node": ">=6"
11+
},
912
"bin": {
1013
"react-snapshot-server": "./bin/cli.js"
1114
},

0 commit comments

Comments
 (0)