Skip to content

Commit

Permalink
feat: use expressjs directly from a GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Feb 18, 2024
1 parent 22cdcf4 commit 95902ff
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
82 changes: 41 additions & 41 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"private": true,
"homepage": "http://expressjs.com/",
"dependencies": {
"express": "4.18.2",
"express": "git+https://github.com/expressjs/express.git#master",
"after": "0.8.2",
"connect-redis": "3.4.2",
"cookie-parser": "1.4.6",
Expand Down

0 comments on commit 95902ff

Please sign in to comment.