Skip to content

Commit

Permalink
chore: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
alfreddohnani committed Mar 24, 2024
1 parent e9a373c commit 9bbcd53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "typeorm-advanced-filter-util",
"name": "typeorm-where",
"packageManager": "yarn@4.1.1",
"author": {
"name": "Alfred Doh-Nani",
Expand All @@ -13,12 +13,13 @@
"filter options",
"typeorm filter schema",
"typeorm filter DTO",
"typeorm prisma"
"typeorm where",
"typeorm prisma-like filter"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"version": "1.0.4",
"version": "1.0.0",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
Expand Down

0 comments on commit 9bbcd53

Please sign in to comment.