Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Update request 2.74.0.
Browse files Browse the repository at this point in the history
 eslint 3.1.1.
  • Loading branch information
albertosantini committed Jul 23, 2016
1 parent 297771f commit f155f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -14,15 +14,15 @@
"node": ">=0.12.x"
},
"dependencies": {
"request": "~2.73.0"
"request": "~2.74.0"
},
"scripts": {
"test": "npm run lint && npm run tape",
"lint": "eslint lib/**/*.js test/**/*.js",
"tape": "tape test/*-test.js"
},
"devDependencies": {
"eslint": "^3.0.1",
"eslint": "^3.1.1",
"eslint-config-eslint": "~3.0.0",
"tape": "~4.6.0"
}
Expand Down

0 comments on commit f155f05

Please sign in to comment.