@zilero/tsconfigs 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -5
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,17 +1,19 @@
|
|
1
|
-
|
1
|
+
<p align="center">
|
2
|
+
<h1 align="center">TypeScript Configurations 🎯</h1>
|
3
|
+
</p>
|
2
4
|
|
3
5
|
<p align="center">
|
4
6
|
<a href="https://github.com/Zilero232/dev-config-hub">
|
5
|
-
<img src="https://img.shields.io/github/actions/workflow/status/Zilero232/dev-config-hub/integrate.
|
7
|
+
<img src="https://img.shields.io/github/actions/workflow/status/Zilero232/dev-config-hub/integrate.yml?label=CI&logo=GitHub" alt="CI status">
|
6
8
|
</a>
|
7
|
-
<a href="https://www.npmjs.com/package/@zilero/
|
8
|
-
<img src="https://img.shields.io/npm/dm/@zilero/
|
9
|
+
<a href="https://www.npmjs.com/package/@zilero/tsconfigs">
|
10
|
+
<img src="https://img.shields.io/npm/dm/@zilero/tsconfigs?logo=NPM" alt="npm downloads">
|
9
11
|
</a>
|
10
12
|
<a href="https://github.com/Zilero232/cli">
|
11
13
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="npm license">
|
12
14
|
</a>
|
13
15
|
<a href="https://github.com/Zilero232/dev-config-hub/tree/main/tools/tsconfigs">
|
14
|
-
<img src="https://img.shields.io/npm/v/@zilero/
|
16
|
+
<img src="https://img.shields.io/npm/v/@zilero/tsconfigs?label=version" alt="version">
|
15
17
|
</a>
|
16
18
|
</p>
|
17
19
|
|
package/package.json
CHANGED