Skip to content

Commit 1edb590

Browse files
committed
license
1 parent 5cde044 commit 1edb590

File tree

14 files changed

+20
-55
lines changed

14 files changed

+20
-55
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
99
<img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
1010
</a>
11-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-MIT">
11+
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
1212
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg">
1313
</a>
1414
</p>

packages/casing/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
99
<img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
1010
</a>
11-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
11+
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
12+
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
13+
</a>
1214
</p>
1315

1416
## install

packages/fetch-api-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
88
<img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
99
</a>
10-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-MIT">
10+
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
1111
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
1212
</a>
1313
</p>

packages/find-pkg/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
99
<img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
1010
</a>
11-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
11+
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
12+
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
13+
</a>
1214
</p>
1315

1416
This TypeScript module provides a function to locate, read, and parse the `package.json` file from the current directory or any of its parent directories.

packages/http-errors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
88
<img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
99
</a>
10-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-MIT">
10+
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
1111
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
1212
</a>
1313
</p>

packages/jsonld-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
99
<img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
1010
</a>
11-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-MIT">
11+
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
1212
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
1313
</a>
1414
</p>

packages/nested-obj/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/nested-obj/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
99
<img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
1010
</a>
11-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
12-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-Apache"><img height="20" src="https://img.shields.io/badge/license-Apache-blue.svg"></a>
11+
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
12+
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
13+
</a>
1314
</p>
1415

1516
`nested-obj` is a simple and lightweight JavaScript utility library for safely accessing and modifying nested properties in objects using string paths.

packages/node-api-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
88
<img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
99
</a>
10-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-MIT">
10+
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
1111
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
1212
</a>
1313
</p>

packages/schema-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml">
99
<img height="20" src="https://github.com/hyperweb-io/dev-utils/actions/workflows/ci.yml/badge.svg" />
1010
</a>
11-
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE-MIT">
11+
<a href="https://github.com/hyperweb-io/dev-utils/blob/main/LICENSE">
1212
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
1313
</a>
1414
</p>

0 commit comments

Comments
 (0)