Skip to content

Commit 42ede19

Browse files
committed
fix path to modu
1 parent 6671bfc commit 42ede19

File tree

1 file changed

+1
-1
lines changed
  • src/parsers/txt/transformers/textlint-txt-to-ast

1 file changed

+1
-1
lines changed

src/parsers/txt/transformers/textlint-txt-to-ast/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
defaultParserID: 'textlint:txt-to-ast',
3232

3333
loadTransformer(callback) {
34-
require(['../../../../../node_modules/textlint/lib/textlint-core', 'babel-core'], (TextLintCore, babel) => {
34+
require(['textlint/lib/textlint-core', 'babel-core'], (TextLintCore, babel) => {
3535
callback({TextLintCore, babel});
3636
})
3737
},

0 commit comments

Comments
 (0)