Skip to content

Commit

Permalink
chore: fixed and added git in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
broisnischal committed Jan 26, 2024
1 parent 7a6c6fc commit a6c27c9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 6 deletions.
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.2

### Patch Changes

- Updated README.md

## 1.1.1

### Patch Changes
Expand Down
36 changes: 30 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-fns",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "./dist/index.js",
"private": false,
Expand All @@ -15,9 +15,20 @@
"ci": "pnpm run prisma && pnpm run lint && pnpm run test && pnpm run build",
"release": "pnpm run prisma && pnpm run lint && pnpm run test && pnpm run build && changeset publish"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"prisma",
"utils",
"functions",
"typescript",
"prisma utils",
"database"
],
"author": {
"name": "Nischal",
"url": "https://github.com/broisnischal/prisma-fns",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@faker-js/faker": "^8.4.0",
Expand All @@ -28,7 +39,20 @@
"typescript": "^5.3.3",
"vitest": "^1.2.1"
},
"dependencies": {
"peerDependencies": {
"@prisma/client": "^5.8.1"
}
},
"sponsor": {
"url": "https:github.com/sponsors/broisnischal"
},
"repository": {
"type": "git",
"url": "git+https://github.com/broisnischal/prisma-fns.git"
},
"release": {
"branches": [
"master"
]
},
"homepage": "https://github.com/broisnischal/prisma-fns#readme"
}

0 comments on commit a6c27c9

Please sign in to comment.