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 912682f commit 4cc5b83Copy full SHA for 4cc5b83
.travis.yml
@@ -2,6 +2,5 @@ language: node_js
2
node_js:
3
- '12'
4
- '10'
5
- - '8'
6
sudo: false
7
after_success: npm run coverage
package.json
@@ -27,7 +27,7 @@
27
"url": "https://github.com/dekelev/feathers-http-distributed/issues"
28
},
29
"engines": {
30
- "node": ">= 8"
+ "node": ">= 10"
31
32
"scripts": {
33
"publish": "git push origin --tags && npm run changelog && git push origin",
0 commit comments