Skip to content

Commit

Permalink
fix(dependencies): Revert last commit and pin browserify-markdown to …
Browse files Browse the repository at this point in the history
…a specific version.
  • Loading branch information
trevorgerhardt committed Sep 22, 2016
1 parent 960a4bd commit 775062d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ module.exports = function transform ({
outfile
}),
htmlTransform,
markdown,
markdown({
html: true
}),
yamlTransform,
babelify.configure(babelifyConfig),
envify(defaultEnvify) // Envify needs to happen last...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"babel-runtime": "^6.9.2",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"browserify-markdown": "^1.0.0",
"browserify-markdown": "1.0.0",
"budo": "^9.0.0",
"check-dependencies": "^1.0.1",
"commander": "^2.9.0",
Expand Down

0 comments on commit 775062d

Please sign in to comment.