Skip to content

Commit 46714e9

Browse files
committed
Stop supporting node <4
1 parent b934dc1 commit 46714e9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "4.8"
43
- "6.9"
54
- "8.4"
65
- "10"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ npm --proxy http://npm-proxy-cache:8080 --https-proxy http://npm-proxy-cache:808
102102

103103
## Limitations
104104

105-
- Works only with node `4.9.1` and above.
105+
- Works only with node `6` and above.
106106

107107

108108
----

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"url": "https://github.com/runk/npm-proxy-cache/issues"
5050
},
5151
"engines": {
52-
"node": ">=0.10"
52+
"node": ">=6"
5353
}
5454
}

0 commit comments

Comments
 (0)