We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b934dc1 commit 46714e9Copy full SHA for 46714e9
.travis.yml
@@ -1,6 +1,5 @@
1
language: node_js
2
node_js:
3
- - "4.8"
4
- "6.9"
5
- "8.4"
6
- "10"
README.md
@@ -102,7 +102,7 @@ npm --proxy http://npm-proxy-cache:8080 --https-proxy http://npm-proxy-cache:808
102
103
## Limitations
104
105
- - Works only with node `4.9.1` and above.
+ - Works only with node `6` and above.
106
107
108
----
package.json
@@ -49,6 +49,6 @@
49
"url": "https://github.com/runk/npm-proxy-cache/issues"
50
},
51
"engines": {
52
- "node": ">=0.10"
+ "node": ">=6"
53
}
54
0 commit comments