Skip to content

Commit 104c78d

Browse files
authored
Merge pull request #5 from MKAbuMattar/dev
fix: readme
2 parents 70a82e8 + d9bfe33 commit 104c78d

File tree

5 files changed

+317
-308
lines changed

5 files changed

+317
-308
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
yarn fix && yarn test:coverage
4+
yarn fix && yarn test && yarn test:deno

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33

44
<h1>Recursive Directory</h1>
55

6-
<p>Recursive Directory is an npm package that allows you to directory and returns a list of files.</p>
6+
<p>Recursive Directory is a package that allows you to recurse a directory, you can return multiple choices as an object, list, or tree.</p>
77
</div>
88

99
<div align="center">
1010
<a href="https://www.npmjs.com/package/recursive-directory" target="_blank">
1111
<img src="https://img.shields.io/badge/npm-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white" alt=""/>
1212
</a>
1313

14+
<a href="https://deno.land/x/recursive_directory" target="_blank">
15+
<img src="https://img.shields.io/badge/deno-000000?style=for-the-badge&logo=deno&logoColor=white" alt=""/>
16+
</a>
17+
1418
<a href="https://github.com/MKAbuMattar/recursive-directory" target="_blank">
1519
<img src="https://img.shields.io/badge/github-%23181717.svg?style=for-the-badge&logo=github&logoColor=white" alt=""/>
1620
</a>
@@ -19,7 +23,7 @@
1923
<img alt="GitHub release" src="https://img.shields.io/github/v/release/MKAbuMattar/recursive-directory?color=%23d52128&label=Latest%20release&style=for-the-badge" />
2024
</a>
2125

22-
<a href="/LICENSE">
26+
<a href="https://github.com/MKAbuMattar/recursive-directory/blob/main/LICENSE">
2327
<img alt="GitHub" src="https://img.shields.io/github/license/MKAbuMattar/recursive-directory?color=%23d52128&style=for-the-badge">
2428
</a>
2529

@@ -50,7 +54,7 @@ Unlike Node, Deno doesn't use a package management like NPM and instead depends
5054
You can also specify a particular version:
5155

5256
```ts
53-
import { recursiveDirectory } from 'https://deno.land/x/recursive_directory@0.0.6/mod.ts';
57+
import { recursiveDirectory } from 'https://deno.land/x/recursive_directory@0.0.8/mod.ts';
5458
```
5559

5660
or letest version:

deno/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33

44
<h1>Recursive Directory</h1>
55

6-
<p>Recursive Directory is an npm package that allows you to directory and returns a list of files.</p>
6+
<p>Recursive Directory is a package that allows you to recurse a directory, you can return multiple choices as an object, list, or tree.</p>
77
</div>
88

99
<div align="center">
1010
<a href="https://www.npmjs.com/package/recursive-directory" target="_blank">
1111
<img src="https://img.shields.io/badge/npm-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white" alt=""/>
1212
</a>
1313

14+
<a href="https://deno.land/x/recursive_directory" target="_blank">
15+
<img src="https://img.shields.io/badge/deno-000000?style=for-the-badge&logo=deno&logoColor=white" alt=""/>
16+
</a>
17+
1418
<a href="https://github.com/MKAbuMattar/recursive-directory" target="_blank">
1519
<img src="https://img.shields.io/badge/github-%23181717.svg?style=for-the-badge&logo=github&logoColor=white" alt=""/>
1620
</a>
@@ -19,7 +23,7 @@
1923
<img alt="GitHub release" src="https://img.shields.io/github/v/release/MKAbuMattar/recursive-directory?color=%23d52128&label=Latest%20release&style=for-the-badge" />
2024
</a>
2125

22-
<a href="/LICENSE">
26+
<a href="https://github.com/MKAbuMattar/recursive-directory/blob/main/LICENSE">
2327
<img alt="GitHub" src="https://img.shields.io/github/license/MKAbuMattar/recursive-directory?color=%23d52128&style=for-the-badge">
2428
</a>
2529

@@ -50,7 +54,7 @@ Unlike Node, Deno doesn't use a package management like NPM and instead depends
5054
You can also specify a particular version:
5155

5256
```ts
53-
import { recursiveDirectory } from 'https://deno.land/x/recursive_directory@0.0.6/mod.ts';
57+
import { recursiveDirectory } from 'https://deno.land/x/recursive_directory@0.0.8/mod.ts';
5458
```
5559

5660
or letest version:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "recursive-directory",
3-
"version": "0.0.7",
4-
"description": "Recursive Directory is an npm package that allows you to directory and returns a list of files.",
3+
"version": "0.0.8",
4+
"description": "Recursive Directory is a package that allows you to recurse a directory, you can return multiple choices as an object, list, or tree.",
55
"keywords": [
66
"recursive",
77
"directory",
@@ -60,7 +60,7 @@
6060
"@commitlint/config-conventional": "17.1.0",
6161
"@rollup/plugin-typescript": "8.5.0",
6262
"@types/glob": "8.0.0",
63-
"@types/jest": "29.1.0",
63+
"@types/jest": "29.1.1",
6464
"@types/node": "18.7.23",
6565
"@typescript-eslint/eslint-plugin": "5.38.1",
6666
"@typescript-eslint/parser": "5.38.1",
@@ -72,7 +72,7 @@
7272
"eslint-plugin-simple-import-sort": "8.0.0",
7373
"eslint-plugin-unused-imports": "2.0.0",
7474
"husky": "8.0.1",
75-
"jest": "29.1.1",
75+
"jest": "29.1.2",
7676
"prettier": "2.7.1",
7777
"rollup": "2.79.1",
7878
"ts-jest": "29.0.3",

0 commit comments

Comments
 (0)