Skip to content

Commit

Permalink
Move uuid to dependencies (sergiodxa#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa authored and janmei committed Mar 24, 2024
1 parent 626034e commit 3c40726
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"package.json",
"README.md"
],
"dependencies": {
"debug": "^4.3.4",
"uuid": "^9.0.1"
},
"peerDependencies": {
"@remix-run/server-runtime": "^1.0.0 || ^2.0.0",
"remix-auth": "^3.6.0"
Expand Down

0 comments on commit 3c40726

Please sign in to comment.