pamelafox / lscache

A localStorage-based memcache-inspired client-side caching library.
Other
1.46k stars 160 forks source link

Do a release #56

Closed stevejhiggs closed 8 years ago

stevejhiggs commented 8 years ago

The last published version of this package is from Nov 2014. It would be great to get a new release up :)

pamelafox commented 8 years ago

Do you mean an npm release? I'll admit I'm dusty when it comes to the world of npm, and I don't have a full-time laptop these days. (I'm more of an artist than a coder at the moment). If you could remind me the steps to do a release, then I can do it when I've got some laptop time. Thanks!

stevejhiggs commented 8 years ago

no problem.

steps to publish:

increase the package version number in package.json

on the command line in the root dir of the project:

npm login - enter your npm username and password npm publish

pamelafox commented 8 years ago

right-o, I've done that! hope it doesn't bring down the world!

(if anyone watching this ever wants to take over this repo, let me know! i feel funny maintaining a library that i don't actively use. especially when i don't actively code. :D )

stevejhiggs commented 8 years ago

happy to help out