Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent fbd844d commit 5e2be5a
Show file tree
Hide file tree
Showing 4 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 @@
## 0.1.7

- Renamed

## 0.1.6

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Builds all your TypeScript files into JavaScript.
Add configuration and setup scripts:

```sh
npm install -D -E syclone
npm install -D -E typescript-build
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion Target/Index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syclone",
"version": "0.1.6",
"name": "typescript-build",
"version": "0.1.7",
"private": false,
"description": "🌀 Builds all JavaScript files from TypeScript within a given folder using esbuild.",
"keywords": [
Expand Down

0 comments on commit 5e2be5a

Please sign in to comment.