cloudhead / node-static

rfc 2616 compliant HTTP static-file server module, with built-in caching.
MIT License
2.17k stars 245 forks source link

Publish latest version to npm #210

Closed jakubjosef closed 6 years ago

jakubjosef commented 6 years ago

There is old version of node-static on npm registry.

We need to have this commit there to not have 500 as return value for SPA apps: https://github.com/cloudhead/node-static/commit/8a5294a8801df34792de373586ddeca3fd4aee1d

tchakabam commented 6 years ago

@cloudhead ^

tchakabam commented 6 years ago

One alternative for you may be to refer to the commitish instead (NPM package can have direct reference to a git repo in dependencies).

jakubjosef commented 6 years ago

Thanks for response. Yes, we using direct Github npm access but i prefer to update package.

tchakabam commented 6 years ago

I just happened to do a few contributions here, but I don't have the ability to publish under the orignal package in npm.

What you can also do is publish a pre-release under a prefix.

Otherwise, you'll just have to wait for one of the package owners to see this.

cloudhead commented 6 years ago

Sorry this is pushed now.