@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.
- package/package.json +1 -1
- package/src/Muddy.js +1 -1
package/package.json
CHANGED
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 {
|