Skip to content

Commit

Permalink
post-merge #34. do not test for specific useragent version (axios)
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jan 29, 2024
1 parent e1080a3 commit 243627e
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 90 deletions.
175 changes: 91 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uwebsockets-express",
"version": "1.3.5",
"version": "1.3.6",
"description": "Express API compatibility layer for uWebSockets.js",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@types/mocha": "^8.2.2",
"@types/path-to-regexp": "^1.7.0",
"@types/serve-index": "^1.9.0",
"axios": "1.4.0",
"axios": "^1.4.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.18.1",
Expand Down
Loading

0 comments on commit 243627e

Please sign in to comment.