Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 27, 2024
1 parent ef2dd53 commit b4792aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.4

## 0.1.3

### Changed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# πŸŒ€β€[Build] —

Build is a powerful tool that compiles all your `TypeScript` files into
`Build` is a powerful tool that compiles all your `TypeScript` files into
`JavaScript`, leveraging the speed of `ESBuild` and the type-checking capabilities
of the `TypeScript` compiler.

Expand All @@ -10,7 +10,7 @@ of the `TypeScript` compiler.
- `TypeScript` support with type-checking
- Watch mode for development
- Customizable `ESBuild` configuration
- Supports both CommonJS and ES modules
- Supports both `CommonJS` and `ES` modules

## πŸš€ Installation

Expand Down Expand Up @@ -48,7 +48,7 @@ Options:

### NPM Scripts

Add Build to your `package.json` scripts:
Add `Build` to your `package.json` scripts:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playform/build",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"description": "πŸŒ€β€Build —",
"keywords": [
Expand Down

0 comments on commit b4792aa

Please sign in to comment.