Skip to content

Migration from 0.13 to 0.14

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

In the directory of the project, do this:

bower install "amber#^0.14.0" --save
npm install "amber-dev@^0.3.0" --save-dev

If your code does not use any deprecated feature, everything will work at this point. Otherwise, look at List of deprecations and fix your code.

Clone this wiki locally