esmate 1.0.5 โ†’ 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # esmate
2
2
 
3
- `esmate` is a lightweight CLI tool designed to simplify common JavaScript/TypeScript project tasks like formatting,
4
- linting, and running custom task sequences.
3
+ [esmate](https://github.com/viendinhcom/esmate) is a lightweight CLI tool designed to simplify common
4
+ JavaScript/TypeScript project tasks like formatting, linting, and running custom task sequences. If you are familiar
5
+ with Deno, you will be happy with esmate.
5
6
 
6
7
  - ๐Ÿงน Lint with ESLint
7
8
  - ๐Ÿ”ง Format code with Prettier
8
- - ๐Ÿ› ๏ธ Define and run custom task sequences (series and parallel)
9
+ - ๐Ÿ› ๏ธ Define and run custom tasks (series and parallel)
9
10
  - โšก Fast and minimal configuration
10
11
 
11
12
  ## Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "esmate",
3
3
  "type": "module",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "description": "Uncomplicate JavaScript",
6
6
  "license": "MIT",
7
7
  "repository": {