Skip to content

Migration from 0.14.2 to 0.14.3

Herbert Vojčík edited this page Jan 27, 2015 · 3 revisions

0.14.3 brought some cleanups and added nicer ways to deal with packages.

Upgrade with:

bower install "amber#^0.14.3" --save
npm update amber-dev

in your project.

Alternatively, nuke the bower_components and node_modules folder and do a bower install and npm install. If the semver is right in your bower.json things will be clean.

Clone this wiki locally