@devpow112/babel-config 1.2.0 → 1.2.1
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 +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
[![License][License Badge]](LICENSE)
|
|
4
4
|
[![Version][Version Badge]][Version Package]
|
|
5
5
|
[![Release][Release Badge]][Release Workflow]
|
|
6
|
-
[![Vulnerabilities][Vulnerabilities Badge]][Vulnerabilities Report]
|
|
7
6
|
[![Node Version][Node Version Badge]](package.json#L57)
|
|
8
7
|
|
|
9
8
|
Shareable babel configuration.
|
|
@@ -83,6 +82,4 @@ npm run fix:pkg
|
|
|
83
82
|
[Node Version Badge]: https://img.shields.io/node/v/@devpow112/babel-config
|
|
84
83
|
[Release Badge]: https://github.com/devpow112/babel-config/actions/workflows/release.yml/badge.svg?branch=main
|
|
85
84
|
[Release Workflow]: https://github.com/devpow112/babel-config/actions/workflows/release.yml?query=branch%3Amain
|
|
86
|
-
[Vulnerabilities Badge]: https://img.shields.io/snyk/vulnerabilities/github/devpow112/babel-config?label=Vulnerabilities
|
|
87
|
-
[Vulnerabilities Report]: https://snyk.io/test/github/devpow112/babel-config
|
|
88
85
|
[Babel configuration]: https://babeljs.io/docs/en/config-files
|