kleydon / prisma-session-store

Express session store for Prisma
MIT License
116 stars 18 forks source link

fix(package): fix #60: move prisma to dev deps #65

Closed ianwalter closed 2 years ago

ianwalter commented 2 years ago

Move prisma to dev deps so that it doesn't mess with dep resolution for end-users. I know you did this in another PR but since that's held up would you mind publishing just this change so I can get unblocked?

wSedlacek commented 2 years ago

Fixed by https://github.com/kleydon/prisma-session-store/pull/63

kleydon commented 2 years ago

@ianwalter The earlier PR ended up getting merged first, but thanks for submitting this fix!