Skip to content

Commit

Permalink
fix: removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
broisnischal committed Jan 26, 2024
1 parent 8c21009 commit 6939a5d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ LICENSE
README.md
.npmignore
.travis.yml
.vscode
.vscode
biome.json
seed.ts
TODO.md
CODE_OF_CONDUCT.md
.husky
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# prisma-fns

## 1.1.5

### Patch Changes

- removed unnecessary files

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-fns",
"version": "1.1.4",
"version": "1.1.5",
"description": "",
"main": "./dist/index.js",
"private": false,
Expand Down

0 comments on commit 6939a5d

Please sign in to comment.