mapbox / npm-internal

helps you package internal npm modules and upload them to your own s3 bucket.
MIT License
11 stars 3 forks source link

Semver redirects #17

Open yhahn opened 8 years ago

yhahn commented 8 years ago

Dollarstore idea to try? Provide redirect HTML files at N.x.x and N.N.x locations on the s3 bucket and update them with new releases.

$ npm-internal publish mypackage
- v1.0.5 published
- v1.0.x redirect updated to v1.0.5
- v1.x redirect updated to v1.0.5

cc @emilymcafee