@gesslar/muddy 0.4.0 → 0.4.1

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 +1 -1
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "gesslar",
6
6
  "url": "https://gesslar.dev"
7
7
  },
8
- "version": "0.4.0",
8
+ "version": "0.4.1",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/gesslar/muddy.git"
package/src/Muddy.js CHANGED
@@ -142,7 +142,7 @@ export default class Muddy {
142
142
 
143
143
  if(await readme.exists) {
144
144
  const content = await readme.read()
145
- mfile.description = append(content, "\n")
145
+ mfile.description = Data.append(content, "\n")
146
146
 
147
147
  glog.info(`No description in 'mfile', will use content from existing README.md`)
148
148
  } else {