GitbookIO / kramed

A markdown (kramdown compatible) parser and compiler. Built for speed. (Fork of marked)
MIT License
223 stars 47 forks source link

bower registration? #26

Closed nschloe closed 8 years ago

nschloe commented 9 years ago

When including kramed into my bower.json,

"dependencies": {
  "kramed": "0.4.6"
}

I'm getting

bower kramed#0.4.6                           ENOTFOUND Package kramed not found

Has it been registered yet?

Also, it appears that the version in kramed's bower.json is somewhat outdated (0.4.6 vs. 0.5.1 in package.json).

andrenarchy commented 8 years ago

What's the status here?

mdayaram commented 8 years ago

Also interested in this. Is there an ETA to get kramed registered to bower?

AaronO commented 8 years ago

@mdayaram @andrenarchy @nschloe Done, it should now be registered !

That said, I would recommend using browserify instead of bower, browserify is much cleaner and ultimately what all the JS community is switching too.

nschloe commented 8 years ago

Thanks! The latest release still lists

  "version": "0.4.6",

in its bower.json which is somewhat awkward, but other than that it seems fine.