kuromoji.js icon indicating copy to clipboard operation
kuromoji.js copied to clipboard

Stop offering bower package

Open takuyaa opened this issue 8 years ago • 2 comments

Problem

Bower have no own repository, so we must put compiled builds in this git repo.

Cons:

  • Pull request will be often a large number of diffs
  • Git repository is bigger because of compiled js, docs, and binary dictionaries

To do

ref. How to drop Bower support? · Bower blog

To browser users

Migrate to npm ecosystem. Use npm, Yarn, or webpack.

Browser users could install kuromoji.js, if you use npm:

  • $ npm install kuromoji --save
  • Or, add kuromoji to the dependency field in your package.json, then $ npm install

Published bower packages until v0.0.5 remain for now. But I would like to stop publishing to bower repo.

takuyaa avatar Jul 02 '16 20:07 takuyaa

Stats of bower installs is increasing. http://www.npm-stats.com/~packages/bower https://bower.io/stats/ So, I would like to stop to stop offering bower package...

takuyaa avatar Jul 30 '16 15:07 takuyaa

Bower is now deprecated: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ We should stop to use it.

takuyaa avatar Mar 21 '18 08:03 takuyaa