Skip to content

Commit

Permalink
Node 8 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyissillyyy committed Sep 10, 2018
1 parent 67948d4 commit 945ab06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ sudo: false
language: node_js
node_js:
- '8'
- '9'
- '10'
install: npm i -g eslint eslint-config-amber eslint-plugin-json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-superfetch",
"version": "0.1.4",
"version": "0.1.5",
"description": "A wrapper for node-fetch that makes it appear like superagent.",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/dragonfire535/node-superfetch#readme",
"engines": {
"node": ">=8.0.0"
"node": ">=8"
},
"dependencies": {
"form-data": "^2.3.2",
Expand Down

0 comments on commit 945ab06

Please sign in to comment.