From a3e926aaa37059ae4ace26269ff91a74f97e9ee1 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 13 Aug 2023 13:31:57 +0300 Subject: [PATCH] 0.1.8 --- CHANGELOG.md | 4 ++++ README.md | 2 +- package.json | 5 ++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb860f06..03c74c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.8 + +- Cleanup + ## 0.1.7 - Renamed diff --git a/README.md b/README.md index b90e84ca..342d7eec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ npm install -D -E typescript-esbuild "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" }, "dependencies": { - "typescript-esbuild": "0.1.6" + "typescript-esbuild": "0.1.8" } } ``` diff --git a/package.json b/package.json index ad594439..0705c371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-esbuild", - "version": "0.1.7", + "version": "0.1.8", "private": false, "description": "🌀 Builds all JavaScript files from TypeScript within a given folder using esbuild.", "keywords": [ @@ -14,8 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/NikolaRHristov/TypeScriptESBuild.git", - "directory": "NPM" + "url": "git+https://github.com/NikolaRHristov/TypeScriptESBuild.git" }, "license": "MIT", "type": "module",