make-folder-txt 1.1.0 → 1.1.2

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 CHANGED
@@ -180,7 +180,7 @@ Contributions, issues, and feature requests are welcome!
180
180
 
181
181
  ## 👤 Author
182
182
 
183
- **AnnonymousThinker**
183
+ **Muhammad Saad Amin**
184
184
 
185
185
  ---
186
186
 
@@ -248,7 +248,7 @@ for (let i = 0; i < args.length; i += 1) {
248
248
  }
249
249
 
250
250
  const folderPath = process.cwd();
251
-
251
+ console.log(`Folder path: ${folderPath}`);;
252
252
  const rootName = path.basename(folderPath);
253
253
 
254
254
  const outputFile = outputArg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "make-folder-txt",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Generate a single .txt file containing the full folder structure and file contents of any project, ignoring node_modules and other junk.",
5
5
  "main": "bin/make-folder-txt.js",
6
6
  "bin": {
@@ -18,7 +18,7 @@
18
18
  "cli",
19
19
  "export"
20
20
  ],
21
- "author": "AnnonymousThinker",
21
+ "author": "Muhammad Saad Amin",
22
22
  "license": "MIT",
23
23
  "engines": {
24
24
  "node": ">=14.0.0"