takuyaa / kuromoji.js

JavaScript implementation of Japanese morphological analyzer
832 stars 117 forks source link

Stop offering bower package #11

Open takuyaa opened 8 years ago

takuyaa commented 8 years ago

Problem

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

Cons:

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:

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

takuyaa commented 7 years ago

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 commented 6 years ago

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