Skip to content

Commit

Permalink
Fix missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 2, 2019
1 parent 9f1c0cb commit de2da5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ var convert = require('./convert.js')

module.exports = rename

rename.convert = convert

function rename(value, specs) {
var file = vfile(value)
convert(specs)(value)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
],
"main": "index.js",
"files": [
"index.js"
"index.js",
"convert.js"
],
"dependencies": {
"vfile": "^4.0.0"
Expand Down

0 comments on commit de2da5b

Please sign in to comment.