Skip to content

Commit 775062d

Browse files
fix(dependencies): Revert last commit and pin browserify-markdown to a specific version.
1 parent 960a4bd commit 775062d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/transform.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ module.exports = function transform ({
4444
outfile
4545
}),
4646
htmlTransform,
47-
markdown,
47+
markdown({
48+
html: true
49+
}),
4850
yamlTransform,
4951
babelify.configure(babelifyConfig),
5052
envify(defaultEnvify) // Envify needs to happen last...

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"babel-runtime": "^6.9.2",
4343
"babelify": "^7.3.0",
4444
"browserify": "^13.0.1",
45-
"browserify-markdown": "^1.0.0",
45+
"browserify-markdown": "1.0.0",
4646
"budo": "^9.0.0",
4747
"check-dependencies": "^1.0.1",
4848
"commander": "^2.9.0",

0 commit comments

Comments
 (0)