stamen / panorama

Panorama visualization toolkit (START HERE)
http://americanpanorama.github.io/panorama/
ISC License
7 stars 1 forks source link

Automate component version bump in root `package.json` #1

Open ericsoco opened 8 years ago

ericsoco commented 8 years ago

When bumping a component version, you currently have to manually bump the component's version in the root package.json. This should be automated, probably in publish-modules.sh by scanning all the components' package.json files and writing their versions to the root package.json.

mojodna commented 8 years ago

Using loose (~) version numbers in the root package.json will make this less painful and not require a new release of the meta package each time things are updated.