filepilot 1.0.2 → 1.0.3

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 (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +7 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "filepilot",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A powerful, developer-friendly file system module for reading, writing, and managing files with ease",
5
5
  "main": "index.js",
6
6
  "files": [
package/readme.md CHANGED
@@ -2,10 +2,13 @@
2
2
 
3
3
  A powerful, developer-friendly Node.js module for seamless file operations with both synchronous and asynchronous support.
4
4
 
5
- https://img.shields.io/npm/v/filepilot.svg
6
- https://img.shields.io/npm/dm/filepilot.svg
7
- https://img.shields.io/node/v/filepilot.svg
8
- https://img.shields.io/badge/License-MIT-yellow.svg
5
+ [!Filepilot](https://img.shields.io/npm/v/filepilot.svg)
6
+
7
+ [!Npm](https://img.shields.io/npm/dm/filepilot.svg)
8
+
9
+ [!Node](https://img.shields.io/node/v/filepilot.svg)
10
+
11
+ [!License](https://img.shields.io/badge/License-MIT-yellow.svg)
9
12
 
10
13
  ✨ Features
11
14