Skip to content

Commit

Permalink
Fixing paths from after aurelia-navigation-skeleton structure change
Browse files Browse the repository at this point in the history
  • Loading branch information
ams3cf committed Jun 24, 2016
1 parent c98c56a commit 54dca6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/index.js
Expand Up @@ -19,10 +19,10 @@ var Generator = module.exports = yeoman.generators.Base.extend({
type : 'list',
name : 'project',
choices : [
{ name: 'EcmaScript 2016', value: 'skeleton-es2016'},
{ name: 'ASP.NET 5 - EcmaScript 2016', value: 'skeleton-es2016-asp.net5/src/skeleton-navigation-es2016-vs'},
{ name: 'EcmaScript 2016', value: 'skeleton-esnext'},
{ name: 'ASP.NET 5 - EcmaScript 2016', value: 'skeleton-esnext-aspnetcore'},
{ name: 'TypeScript', value: 'skeleton-typescript'},
{ name: 'ASP.NET 5 - TypeScript', value: 'skeleton-typescript-asp.net5/src/skeleton-navigation-typescript-vs'},
{ name: 'ASP.NET 5 - TypeScript', value: 'skeleton-typescript-aspnetcore'},
],
message : 'Which Aurelia preset would you like to install?',
}, function (answers) {
Expand Down

0 comments on commit 54dca6b

Please sign in to comment.