find-cli 1.4.4 → 1.4.5

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/bin/line.js +1 -1
  2. package/package.json +1 -1
package/bin/line.js CHANGED
@@ -151,7 +151,7 @@ class Line {
151
151
  const formattedIndex = this.getFormattedIndex(requiredIndexLength),
152
152
  formattedContent = this.getFormattedContent(),
153
153
  formattedFilePath = this.getFormattedFilePath(requiredFilePathLength),
154
- message = `|${formattedFilePath} ${formattedIndex}|${formattedContent}`;
154
+ message = `| ${formattedFilePath} ${formattedIndex} | ${formattedContent}`;
155
155
 
156
156
  return message;
157
157
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "find-cli",
3
3
  "author": "James Smith",
4
- "version": "1.4.4",
4
+ "version": "1.4.5",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/find-cli",
7
7
  "description": "An alternative to grep.",