Skip to content

Commit

Permalink
fix: prisma/client should be dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanHjelsethStorstad committed Oct 14, 2023
1 parent a56d8d3 commit 85764a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ src/prisma/migrations

# environment variables
.env

.rest
10 changes: 6 additions & 4 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,6 @@
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@prisma/client": "^5.4.2",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"google-map-react": "^2.2.1",
Expand All @@ -29,6 +28,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@prisma/client": "^5.4.2",
"prisma": "^5.4.2"
}
}

0 comments on commit 85764a7

Please sign in to comment.