make-folder-txt 1.1.3 → 1.1.4

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.
@@ -252,7 +252,7 @@ for (let i = 0; i < args.length; i += 1) {
252
252
  process.exit(1);
253
253
  }
254
254
 
255
-
255
+ const folderPath = process.cwd();
256
256
  const rootName = path.basename(folderPath);
257
257
 
258
258
  const outputFile = outputArg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "make-folder-txt",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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": {