Skip to content

Commit

Permalink
moves concurrently to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rycwilson committed Sep 5, 2023
1 parent efdc6f7 commit 8068d9f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 10 deletions.
48 changes: 39 additions & 9 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 @@ -15,7 +15,6 @@
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"concurrently": "^8.2.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
Expand All @@ -33,6 +32,7 @@
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.5.8",
"concurrently": "^8.2.1",
"nodemon": "^3.0.1",
"typescript": "^5.2.2"
}
Expand Down

0 comments on commit 8068d9f

Please sign in to comment.