Skip to content

Commit

Permalink
fix path to modu
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 10, 2016
1 parent 41859ec commit ae129e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/txt/transformers/textlint-txt-to-ast/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
defaultParserID: 'textlint:txt-to-ast',

loadTransformer(callback) {
require(['../../../../../node_modules/textlint/lib/textlint-core', 'babel-core'], (TextLintCore, babel) => {
require(['textlint/lib/textlint-core', 'babel-core'], (TextLintCore, babel) => {
callback({TextLintCore, babel});
})
},
Expand Down

0 comments on commit ae129e8

Please sign in to comment.