@gesslar/muddy 0.4.1 → 0.4.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Muddy.js +0 -3
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "gesslar",
6
6
  "url": "https://gesslar.dev"
7
7
  },
8
- "version": "0.4.1",
8
+ "version": "0.4.2",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/gesslar/muddy.git"
package/src/Muddy.js CHANGED
@@ -687,9 +687,6 @@ export default class Muddy {
687
687
  path: Data.prepend(FileSystem.relativeOrAbsolute(projectDirectory, mpackageFile), "/")
688
688
  })
689
689
 
690
- if(await outputFile.exists)
691
- await outputFile.delete()
692
-
693
690
  await outputFile.write(Data.append(output, "\n"))
694
691
 
695
692
  const size = await outputFile.size()