Skip to content

Commit 2b1dafe

Browse files
authored
Merge pull request #241 from givanse/bump-engines
drop Node 4 and 5; add Node 10, 11
2 parents 2b25081 + 3cd077a commit 2b1dafe

File tree

3 files changed

+608
-3
lines changed

3 files changed

+608
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "4.2"
5-
- "5"
64
- "6"
75
- "8"
6+
- "10"
7+
- "11"
88

99
before_install:
1010
- "npm config set spin false"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Pretender is a mock server library for XMLHttpRequest and Fetch, that comes with an express/sinatra style syntax for defining routes and their handlers.",
66
"license": "MIT",
77
"engines": {
8-
"node": ">=4"
8+
"node": "6.* || 8.* || 10.* || >= 11.*"
99
},
1010
"scripts": {
1111
"pretest": "bower install",

0 commit comments

Comments
 (0)