Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 372f8c5

Browse files
committed
Upgrade memdown from ~3.0.0 to ~4.0.0
1 parent 562f911 commit 372f8c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"level-js": "~4.0.0",
1818
"level-packager": "~5.0.0",
19-
"memdown": "~3.0.0",
19+
"memdown": "~4.0.0",
2020
"tempy": "^0.2.1",
2121
"uuid": "^3.3.2",
2222
"xtend": "~4.0.0"

wrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function (getDown, getLocation, clean) {
2525
opts = xtend(defaults, opts)
2626

2727
if (defaults.mem) {
28-
var location = ''
28+
var location = null
2929
} else {
3030
location = getLocation()
3131
if (opts.clean !== false) clean(location, down)

0 commit comments

Comments
 (0)