Skip to content

Commit 7a612cf

Browse files
committed
Move code to lib/
1 parent b77b23f commit 7a612cf

26 files changed

+3
-6
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module.exports = toMDAST;
44

55
var minify = require('rehype-minify-whitespace')();
66
var xtend = require('xtend');
7-
var one = require('./one');
8-
var handlers = require('./handlers');
7+
var one = require('./lib/one');
8+
var handlers = require('./lib/handlers');
99

1010
function toMDAST(tree, options) {
1111
var settings = options || {};

all.js renamed to lib/all.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)