Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyissillyyy committed Jan 23, 2020
1 parent ab67ee9 commit 5671f68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ language: node_js
node_js:
- '8'
- '10'
install: npm i -g eslint eslint-config-amber eslint-plugin-json
- '12'
install: npm i -g eslint && npm i eslint-config-amber eslint-plugin-json
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-superfetch",
"version": "0.1.9",
"version": "0.1.10",
"description": "A wrapper for node-fetch that makes it appear like superagent.",
"main": "index.js",
"typings": "typings/index.d.ts",
Expand Down Expand Up @@ -32,14 +32,14 @@
},
"dependencies": {
"form-data": "^2.3.2",
"node-fetch": "^2.2.0"
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/node": "^12.0.0",
"eslint": "^5.6.1",
"eslint-config-amber": "^2.0.0",
"eslint-plugin-json": "^1.2.1",
"typescript": "^3.1.1"
"@types/node": "^13.1.8",
"eslint": "^6.8.0",
"eslint-config-amber": "^2.0.1",
"eslint-plugin-json": "^2.0.1",
"typescript": "^3.7.5"
},
"eslintConfig": {
"extends": "amber",
Expand Down

0 comments on commit 5671f68

Please sign in to comment.