esmate 0.0.13 → 0.0.14
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.
- package/README.md +1 -23
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -1,23 +1 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
## Setup
|
|
4
|
-
|
|
5
|
-
Install the dependencies:
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
pnpm install
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Get started
|
|
12
|
-
|
|
13
|
-
Build the library:
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
pnpm build
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
Build the library in watch mode:
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
pnpm dev
|
|
23
|
-
```
|
|
1
|
+
# esmate
|
package/package.json
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "esmate",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.14",
|
|
5
5
|
"description": "Uncomplicate JavaScript",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/viendinhcom/esmate.git"
|
|
10
|
+
},
|
|
7
11
|
"exports": {
|
|
8
12
|
"./*": {
|
|
9
13
|
"types": "./dist/exports/*.d.ts",
|
|
@@ -24,8 +28,8 @@
|
|
|
24
28
|
"es-toolkit": "^1.35.0",
|
|
25
29
|
"find-up": "^7.0.0",
|
|
26
30
|
"nypm": "^0.6.0",
|
|
27
|
-
"@esmate/eslint": "0.0.
|
|
28
|
-
"@esmate/prettier": "0.0.
|
|
31
|
+
"@esmate/eslint": "0.0.22",
|
|
32
|
+
"@esmate/prettier": "0.0.3"
|
|
29
33
|
},
|
|
30
34
|
"devDependencies": {
|
|
31
35
|
"@rslib/core": "^0.7.1",
|