Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
✨ feat: version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balcieren committed Jul 16, 2022
1 parent c530eda commit 1a501aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-prisma-client",
"version": "2.1.3",
"version": "3.0.0",
"description": "Prisma Plugin for Fastify",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,9 @@
"engines": {
"node": ">=10"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npx prisma db push --schema ./test/prisma/schema.prisma && npx tap --ts ./test/**/*.test.ts"
Expand Down

0 comments on commit 1a501aa

Please sign in to comment.