Skip to content

Commit

Permalink
chore: change require statement (#402)
Browse files Browse the repository at this point in the history
Signed-off-by: k-kumar-01 <[email protected]>
  • Loading branch information
K-Kumar-01 authored and algomaster99 committed Jun 17, 2021
1 parent 7651099 commit 1082c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
3 changes: 2 additions & 1 deletion packages/markdown-docx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
*/

module.exports.DocxTransformer = require('./lib/DocxTransformer');
module.exports.OoxmlTransformer = require('./lib/OoxmlTransformer');
module.exports.OoxmlTransformer = require('./lib/OOXMLTransformer');
module.exports.CiceroMarkToOOXMLTransfomer = require('./lib/CiceroMarkToOOXML');
17 changes: 0 additions & 17 deletions packages/markdown-docx/src/index.js

This file was deleted.

0 comments on commit 1082c13

Please sign in to comment.