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

no 2.* tags on npm

aeneasr opened this issue · comments

Medium.js is released as 2.0.0-alpha something in bower, but only 1.0.1 in npm. Could you please push tag version 2.* to npm?

commented

@robertleeplummerjr I am stuck behind too, please push the alpha tag on npm! :)
I think you have to patch your tag 2.0.0-alpha because the package.json is in version 1.0.1.

If the HEAD is stable enough (the version at http://jakiestfu.github.io/Medium.js/docs/ seems much less buggy that the 1.0.1 version) maybe you can make an new alpha tag and publish it, or you can try to branch from actual 2.0.0-alpha tag.

// Change the package.json version
npm version 2.0.0-alpha
// then commit and push
// then npm publish like this:
npm publish . --tag 2.0.0-alpha

(source: http://carrot.is/coding/npm_prerelease)

It should not take so much time so thank you for your help and your good work. :)

commented

Or maybe you can just add "registry": "npm" in your package.json in order that we can use jspm to resolve correctly dependencies when we point directly at github repository.