@dry-lint/core 1.0.3 → 1.0.4
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package provides the **core engine**: APIs to register custom extractors, n
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## Install
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
bun add @dry-lint/core
|
|
@@ -34,7 +34,7 @@ See [Writing a Plugin](https://github.com/dry-lint/dry-lint#-writing-a-plugin) f
|
|
|
34
34
|
|
|
35
35
|
---
|
|
36
36
|
|
|
37
|
-
##
|
|
37
|
+
## More
|
|
38
38
|
|
|
39
39
|
- [Monorepo & Plugins](https://github.com/dry-lint/dry-lint#-packages)
|
|
40
40
|
- [Official CLI](https://www.npmjs.com/package/@dry-lint/cli)
|
|
@@ -42,6 +42,6 @@ See [Writing a Plugin](https://github.com/dry-lint/dry-lint#-writing-a-plugin) f
|
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
##
|
|
45
|
+
## License
|
|
46
46
|
|
|
47
47
|
MIT — see [LICENSE](https://github.com/dry-lint/dry-lint/blob/main/LICENSE).
|