summarylogtreecommitdiffstats
path: root/nodejs-generator-gulp-angular.install
blob: 6fbcbd24b6aa83fd3772498e6446385f35f477be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
cat << EOF
  Breaking Change for versions >= 0.6.0:
    Directory structure evolved to the recommendations from the Angular
    team. Do not run this version of the generator on an existing project
    generated with a previous version.
EOF
}

post_upgrade() {
    post_install
}