Skip to content

Commit

Permalink
Merge pull request #17 from kwishna/master
Browse files Browse the repository at this point in the history
Added support for [email protected]
  • Loading branch information
luispabon authored Jul 22, 2024
2 parents c1575da + 9c30efb commit 16f5eeb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"main": "src/index",
"dependencies": {},
"peerDependencies": {
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"devDependencies": {
"express": "^4.17.1",
"mocha": "^9.1.3",
"express": "^4.19.2",
"mocha": "^10.7.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"prettier": "^2.1.1",
"nyc": "^17.0.0",
"prettier": "^3.3.3",
"should": "^13.2.3",
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
"superagent": "^3.5.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"scripts": {
"test": "node_modules/.bin/nyc --reporter=lcov mocha --color --recursive --timeout=20000 tests/"
Expand Down

0 comments on commit 16f5eeb

Please sign in to comment.