Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 14, 2023
1 parent ec0fcd3 commit b21d78d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poppinss/chokidar-ts",
"version": "4.1.0-7",
"version": "4.1.0",
"description": "File watcher that creates a file watcher after parsing tsconfig.json file",
"main": "build/index.js",
"type": "module",
Expand Down Expand Up @@ -107,15 +107,15 @@
"extends": "@adonisjs/eslint-config/package"
},
"prettier": "@adonisjs/prettier-config",
"tsup": {
"entry": [
"./index.ts",
"./src/types.ts"
],
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": true,
"target": "esnext"
}
"tsup": {
"entry": [
"./index.ts",
"./src/types.ts"
],
"outDir": "./build",
"clean": true,
"format": "esm",
"dts": true,
"target": "esnext"
}
}

0 comments on commit b21d78d

Please sign in to comment.