jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)

Home Page:http://jakiestfu.github.io/Medium.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update bower support

zeakd opened this issue · comments

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.

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
#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
#171.

Robert Plummer