Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent 3e2a050 commit a3e926a
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@
## 0.1.8

- Cleanup

## 0.1.7

- Renamed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down

0 comments on commit a3e926a

Please sign in to comment.