Skip to content

Commit

Permalink
Add support for VIP Classic extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Shields committed Mar 28, 2017
1 parent f050978 commit 9187696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generators/app/index.js
Expand Up @@ -143,6 +143,10 @@ module.exports = Generator.extend({
name: 'local-dev',
value: 'chassis/local-dev',
checked: false,
}, {
name: 'VIP-Classic',
value: 'stuartshields/chassis-vip-classic',
checked: false,
}]
}];

Expand Down

0 comments on commit 9187696

Please sign in to comment.