@cloudcmd/formatify 2.0.0 → 2.0.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.
Files changed (3) hide show
  1. package/ChangeLog +5 -0
  2. package/README.md +2 -2
  3. package/package.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2024.08.16, v2.0.1
2
+
3
+ fix:
4
+ - 1d6d2fa readme: badge
5
+
1
6
  2024.08.16, v2.0.0
2
7
 
3
8
  feature:
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Formatify [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL]
2
2
 
3
3
  [NPMIMGURL]: https://img.shields.io/npm/v/@cloudcmd/formatify.svg?style=flat
4
- [BuildStatusIMGURL]: https://img.shields.io/travis/cloudcmd/formatify/master.svg?style=flat
4
+ [BuildStatusIMGURL]: https://github.com/cloudcmd/formatify/actions/workflows/nodejs.yml/badge.svg
5
5
  [LicenseIMGURL]: https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
6
6
  [NPMURL]: https://npmjs.org/package/@cloudcmd/formatify "npm"
7
- [BuildStatusURL]: https://travis-ci.org/cloudcmd/formatify "Build Status"
7
+ [BuildStatusURL]: https://github.com/cloudcmd/formatify/actions/workflows/nodejs.yml
8
8
  [LicenseURL]: https://tldrlegal.com/license/mit-license "MIT License"
9
9
 
10
10
  Format directory content received by [readify](https://github.com/coderaiser/readify).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcmd/formatify",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "format directory content",