textlint-rule / textlint-rule-max-comma

textlint rule is that limit maximum comma(,) count of sentence.
MIT License
2 stars 1 forks source link

No lib directory in published package #1

Closed io-monad closed 8 years ago

io-monad commented 8 years ago

textlint-rule-max-comma@1.0.1 seems to have no lib directory and cannot be loaded.

$ npm i -D textlint-rule-max-comma
# ... snip ...
$ $(npm bin)/textlint --rule max-comma test.md
/Users/io-monad/tmp/textlint-test/node_modules/textlint/lib/engine/textlint-module-resolver.js:88
                throw new ReferenceError("Failed to load textlint's rule module: \"" + packageName + "\" is not found.\nSee FAQ: https://github.com/textlint/textlint/blob/master/docs/faq/failed-to-load-textlints-module.md\n");
                ^

ReferenceError: Failed to load textlint's rule module: "max-comma" is not found.
See FAQ: https://github.com/textlint/textlint/blob/master/docs/faq/failed-to-load-textlints-module.md

# ... snip ...
$ ls node_modules/textlint-rule-max-comma
LICENSE      README.md    package.json src          test
azu commented 8 years ago

Thanks. I fixed this issue and publish textlint-rule-max-comma@1.0.2

io-monad commented 8 years ago

Thanks for a quick fix!