marianoguerra / json.human.js

Convert JSON to human readable HTML
http://marianoguerra.github.io/json.human.js/
975 stars 79 forks source link

npm #32

Closed LorenzBischof closed 4 years ago

LorenzBischof commented 9 years ago

Would it be possible to host json-human on npm? npm is also for clientside libraries and would make installing easier. You would also support node users.

marianoguerra commented 9 years ago

I would do it gladly, but what do I have to do? :)

LorenzBischof commented 9 years ago

I'm not sure. but since you're not officially supporting node and you already have a package.json you don't have to change much. https://docs.npmjs.com/getting-started/publishing-npm-packages npm automatically tags your git repository when you release a new version. https://docs.npmjs.com/getting-started/semantic-versioning

maybe you can ask the author of the json-human package to change his name to json-human-node. https://docs.npmjs.com/misc/disputes

marianoguerra commented 8 years ago

we can publish this one as json.human? or json-human-browser?

ergo commented 5 years ago

Hello, let me necro this a bit :) Can we have a release? I'm migrating some legacy projects some bower and I've found this package to not live on npm.

Cheers!

marianoguerra commented 5 years ago

sure! would you help me? :)

what do I have to do?

ergo commented 5 years ago

Sure I can. So far I vendorized the dep, so it is less of a hassle for me. You already have a package.json, so that is good, npm pack appears to create an archive with sources in place ;). You have to register to NPM and follow this: https://docs.npmjs.com/creating-and-publishing-unscoped-public-packages.

marianoguerra commented 5 years ago

https://www.npmjs.org/package/@marianoguerra/json-human

is that ok?

thanks for the help!

ergo commented 5 years ago

Hey @marianoguerra I will try test this a bit later!

ssldhl commented 4 years ago

Please close this issue