Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent b3da328 commit c34f3d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.3

- Cleanup

## 0.1.2

- 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 javascriptbuild
"prepublishOnly": "JavaScriptBuild 'Source/**/*.ts'"
},
"dependencies": {
"javascriptbuild": "0.1.2"
"javascriptbuild": "0.1.3"
}
}
```
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "javascriptbuild",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"description": "🧑🏻‍💻 Builds JavaScript files from TypeScript with esbuild.",
"keywords": [
"javascript",
"typescript",
"esbuild"
],
"homepage": "https://github.com/NikolaRHristov/JavaScriptBuild#readme",
"bugs": {
"url": "https://github.com/NikolaRHristov/JavaScriptBuild/issues"
Expand Down

0 comments on commit c34f3d0

Please sign in to comment.