Skip to content

Commit

Permalink
Use "files" to only include necessary package files
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeil committed Oct 5, 2023
1 parent ba3a521 commit 69ea644
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-extension-random",
"version": "0.1.0",
"version": "0.1.1",
"author": "Nicolas Keil <nkeil.dev@gmail.com>",
"description": "Add some randomness to your favorite Prisma queries!",
"repository": {
Expand All @@ -16,6 +16,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"format": "prettier --write src/**/*.ts *.md --ignore-unknown --no-error-on-unmatched-pattern"
Expand Down

0 comments on commit 69ea644

Please sign in to comment.