Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent 5513a17 commit b822d7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.9

- Cleanup

## 2.0.8

- Cleanup
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files-pipe",
"version": "2.0.8",
"version": "2.0.9",
"homepage": "https://github.com/NikolaRHristov/FilesPipe#readme",
"bugs": {
"url": "https://github.com/NikolaRHristov/FilesPipe/issues"
Expand All @@ -13,14 +13,14 @@
"main": "./Target/Index.js",
"types": "./Target/Index.d.ts",
"scripts": {
"prepublishOnly": "TypeScriptBuild 'Source/**/*.ts'"
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"dependencies": {
"@types/node": "20.4.10",
"deepmerge-ts": "5.1.0",
"fast-glob": "3.3.1"
},
"devDependencies": {
"typescript-build": "0.1.6"
"typescript-esbuild": "0.1.8"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"compilerOptions": {
"outDir": "Target"
},
"extends": "typescript-build/Target/Configuration/TypeScript",
"extends": "typescript-esbuild/Target/Configuration/TypeScript",
"include": ["Source"]
}

0 comments on commit b822d7f

Please sign in to comment.