textlint-ja / analyze-desumasu-dearu

文の敬体(ですます調)、常体(である調)を解析するJavaScriptライブラリ
MIT License
18 stars 5 forks source link

Drop array-find and object.assign from dependencies #14

Closed takenspc closed 4 years ago

takenspc commented 4 years ago

It seems that the primary usage of this library is implementing textlint plugins which are running on node.js. For now, textlint requires node.js 6+.

Node 6+ implements Array.prototype.find and Object.assign so that array-find and object.assign are not necessary.

If you don't mind I will submit a pull request to drop them.

If I missed anything, please let me know ☺️.

azu commented 4 years ago

Welcome to Pull Request!