vanadium-archive / browser

Example app: Vanadium namespace browser
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Shrinkwrap namespace browser dependencies #26

Open aghassemi opened 9 years ago

aghassemi commented 9 years ago

We need to pin exact dependency versions, for all dependencies including dependencies of dependencies. Breaking changes in random npm packages used by us or our dependencies have broken namespace browser before. As we launch, we can't tolerate thins kind of churn anymore.

Easiest way to achieve this is by doing npm shrinkwap. Not sure best way to do this in bower...

aghassemi commented 9 years ago

This needs to wait until we use an exact version of Vanadium from npm instead if linking local version.