feat: update version and refactor ignore patterns in project listener
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevisual/project-search",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.4",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@@ -24,11 +24,12 @@
|
||||
"fast-glob": "^3.3.3",
|
||||
"meilisearch": "^0.55.0",
|
||||
"zod": "^4.3.6",
|
||||
"@parcel/watcher": "^2.5.6",
|
||||
"es-toolkit": "^1.45.1",
|
||||
"eventemitter3": "^5.0.4"
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"@parcel/watcher": "^2.5.6"
|
||||
},
|
||||
"exports": {
|
||||
".": "./dist/app.js",
|
||||
"./routes": "./dist/app.js",
|
||||
|
||||
Reference in New Issue
Block a user