jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)
http://jakiestfu.github.io/Medium.js/
4.39k stars 403 forks source link

Update bower support #171

Closed zeakd closed 6 years ago

zeakd commented 9 years ago

when I Install medium with bower,

bower install medium

It automatically download #1.0.1 tag which version is not working maxLength.

so I should try

bower install medium#2.0.0-alpha

and it works.

maybe medium need another stable tag that bower can detech.

robertleeplummerjr commented 9 years ago

will get to this later today.

On Mon, Aug 24, 2015 at 7:51 AM, zeakd notifications@github.com wrote:

when I Install medium with bower,

bower install medium

It automatically download #1 https://github.com/jakiestfu/Medium.js/pull/1.0.1 tag which version is not working maxLength.

so I should try

bower install medium#2.0.0-alpha

and it works.

maybe medium need another stable tag that bower can detech.

— Reply to this email directly or view it on GitHub https://github.com/jakiestfu/Medium.js/issues/171.

Robert Plummer